-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 770 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 770 Bytes
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
{
"name": "video_player",
"version": "0.0.0",
"description": "video_example",
"scripts": {
"start": "node server.js"
},
"license": "MIT",
"dependencies": {
"babel-polyfill": "^6.7.4",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-redux": "^4.1.2",
"redux": "^3.1.2",
"es6-react-mixins": "^0.2.1"
},
"devDependencies": {
"babel-core": "^5.4.7",
"babel-eslint": "^5.0.0",
"babel-loader": "^5.0.0",
"cross-env": "^1.0.7",
"expect": "^1.8.0",
"express": "^4.13.3",
"jsdom": "^5.6.1",
"mocha": "^2.2.5",
"node-libs-browser": "^0.5.2",
"react-addons-test-utils": "^0.14.7",
"webpack": "^1.9.11",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.2.0"
}
}