forked from purescript-react/purescript-react-basic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 861 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
{
"name": "purescript-react-basic",
"version": "0.0.0",
"description": "Dev deps for purescript-react-basic",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"build": "pulp build && npm run build:examples",
"build:examples": "PATH=`echo $PATH | sed -e 's/:\\.\\/node_modules\\/\\.bin//'` find examples -maxdepth 2 -type f -iname makefile -execdir make \\;",
"test": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lumihq/purescript-react-basic.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/lumihq/purescript-react-basic/issues"
},
"homepage": "https://github.com/lumihq/purescript-react-basic#readme",
"devDependencies": {
"bower": "^1.8.4",
"pulp": "^12.2.0",
"purescript": "^0.12.0"
}
}