-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.15 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.15 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "purescript-cofree-react-router",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "test"
},
"dependencies": {
"react": "^15.4.2",
"react-dom": "^15.4.2",
"warning": "^3.0.0"
},
"devDependencies": {
"express": "^4.15.2",
"karma": "^1.5.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.1",
"karma-spec-reporter": "0.0.30",
"pulp": "^11.0.0",
"rimraf": "^2.6.1"
},
"scripts": {
"clean": "rimraf output && rimraf .pulp-cache",
"build": "pulp build",
"test": "pulp test",
"example": "node utils/serve-example.js & pulp -w browserify --main 'Example.Main' -I example --to dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coot/purescript-cofree-react-router.git"
},
"keywords": [
"router",
"react",
"cofree",
"purescript"
],
"author": "Marcin Szamotulski",
"license": "MIT",
"bugs": {
"url": "https://github.com/coot/purescript-cofree-react-router/issues"
},
"homepage": "https://github.com/coot/purescript-cofree-react-router#readme"
}