-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 743 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 743 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
{
"name": "demos",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --inline --no-info --content-base demos"
},
"author": "",
"license": "ISC",
"dependencies": {
"bluebird": "2.9.2",
"color": "0.7.3",
"color-thief": "git://github.com/lokesh/color-thief",
"jquery": "2.1.3",
"jquery-ui": "1.10.5",
"json-loader": "0.5.1",
"jsonp": "0.1.0",
"jsx-loader": "0.12.2",
"react": "0.12.2",
"react-a11y": "0.0.5",
"react-magic-move": "0.1.0",
"react-modal": "0.0.7",
"react-router": "0.11.6",
"webpack": "1.4.15",
"webpack-dev-server": "1.7.0"
}
}