forked from ecliptic/purescript-recompose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 827 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "purescript-recompose",
"version": "1.1.0",
"description": "PureScript bindings for acdlite/recompose using purescript-react",
"scripts": {
"build": "npm run build:ps",
"build:ps": "pulp build",
"build:json": "pulp build --include test --no-psa --json-errors",
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "[email protected]:ecliptic/purescript-recompose.git"
},
"author": "Brandon Konkle <[email protected]>",
"license": "MIT",
"keywords": [
"purescript",
"react",
"compose",
"recompose"
],
"dependencies": {
"recompose": "^0.22.0"
},
"devDependencies": {
"bower": "^1.8.0",
"pscid": "^1.12.1",
"pulp": "^10.0.1",
"purescript": "^0.10.7",
"purescript-psa": "^0.4.0",
"standard": "^9.0.0"
}
}