-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 924 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
35
36
37
38
39
40
41
{
"name": "isomorphic",
"version": "0.0.0",
"description": "Isomorphic JavaScript application",
"private": true,
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Maxim Vasilyev <[email protected]>",
"license": "MIT",
"devDependencies": {
"babelify": "^5.0.4",
"browserify": "^9.0.3",
"enb": "^0.15.0",
"enb-bem-techs": "^1.0.4",
"enb-bembundle": "^1.1.0",
"enb-browserify": "^0.1.0",
"enb-stylus": "^1.2.3",
"nib": "^1.1.0",
"react-tools": "^0.13.0"
},
"dependencies": {
"babel": "^4.7.8",
"express": "^4.12.2",
"lodash": "^3.5.0",
"node-jsx": "^0.12.4",
"react": "^0.13.0",
"react-components": "git://github.com/verkholantsev/react-components"
},
"browserify": {
"transform": [
[
"babelify",
{
"global": true
}
]
]
}
}