-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.76 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "isomorphic-react-jspm-boilerplate",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nikolenkoanton92/isomorphic-react-jspm-boilerplate.git"
},
"keywords": [
"jspm",
"react",
"isomorphic"
],
"author": "Anton Nikoleno <[email protected]> (http://antonnikolenko.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/nikolenkoanton92/isomorphic-react-jspm-boilerplate/issues"
},
"homepage": "https://github.com/nikolenkoanton92/isomorphic-react-jspm-boilerplate#readme",
"dependencies": {
"baobab": "2.3.3",
"baobab-react": "1.0.1",
"body-parser": "1.14.2",
"express": "4.13.3",
"express-session": "1.13.0",
"jade": "1.11.0",
"jsx-hook": "0.14.3",
"passport": "0.3.2",
"passport-local": "1.0.0",
"react": "0.14.6",
"react-dom": "0.14.6",
"react-router": "2.0.0",
"xhr": "2.2.0"
},
"jspm": {
"directories": {
"baseURL": "app"
},
"dependencies": {
"baobab": "npm:[email protected]",
"baobab-react": "npm:[email protected]",
"bootstrap": "github:twbs/[email protected]",
"css": "github:systemjs/[email protected]",
"jsx": "github:floatdrop/[email protected]",
"react": "npm:[email protected]",
"react-dom": "npm:[email protected]",
"react-router": "npm:[email protected]",
"xhr": "npm:[email protected]"
},
"devDependencies": {
"babel": "npm:[email protected]",
"babel-runtime": "npm:[email protected]",
"clean-css": "npm:[email protected]",
"core-js": "npm:[email protected]"
}
},
"devDependencies": {
"jspm": "0.16.30"
}
}