-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
37 lines (37 loc) · 877 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
{
"name": "scheme",
"version": "1.0.0",
"description": "== README",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "./node_modules/.bin/webpack"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"babel-core": "^6.7.4",
"babel-loader": "^6.2.4",
"babel-preset-react": "^6.5.0",
"flux": "^2.1.1",
"lodash.flow": "^3.2.1",
"react": "^0.14.8",
"react-addons-css-transition-group": "^0.14.8",
"react-date-picker": "^4.0.10",
"react-dnd": "^2.1.4",
"react-dnd-html5-backend": "^2.1.2",
"react-dom": "^0.14.8",
"react-dropzone": "^3.3.2",
"react-modal": "^0.6.1",
"react-router": "^2.0.1",
"webpack": "^1.12.14"
},
"engines": {
"node": "4.1.1",
"npm": "2.1.x"
}
}