-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.08 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
{
"name": "MotionCloud",
"version": "1.0.0",
"description": "== README",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"heroku-postbuild": "webpack --config webpack.config.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pv97/Motion-Cloud.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pv97/Motion-Cloud/issues"
},
"engines": {
"node": "4.2.6",
"npm": "3.5.2"
},
"homepage": "https://github.com/pv97/Motion-Cloud#readme",
"dependencies": {
"babel-core": "^6.18.0",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"material-design-icons": "^3.0.1",
"material-ui": "^0.16.1",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-player": "^0.12.0",
"react-redux": "^4.4.5",
"react-router": "^3.0.0",
"react-tap-event-plugin": "^1.0.0",
"redux": "^3.6.0",
"webpack": "^1.13.3"
},
"devDependencies": {
"eslint": "^3.9.1"
}
}