forked from jxnblk/paths
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 767 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 767 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
{
"name": "paths",
"version": "1.0.0",
"description": "",
"scripts": {
"prod": "webpack -p --progress --colors",
"start": "webpack-dev-server --progress --colors"
},
"author": "Brent Jackson",
"license": "MIT",
"dependencies": {
"babel-loader": "^5.3.1",
"blk": "^3.1.1",
"color": "^0.10.1",
"colors.css": "^2.3.0",
"css-loader": "^0.15.2",
"cssnext-loader": "^1.0.1",
"json-loader": "^0.5.2",
"lodash": "^3.10.0",
"node-libs-browser": "^0.5.2",
"path-ast": "^1.0.1",
"postcss-basscss": "^0.2.2",
"qs": "^4.0.0",
"react": "^0.13.3",
"rgx": "^0.2.0",
"simple-modular-scale": "^1.0.2",
"style-loader": "^0.12.3",
"webpack": "^1.10.1",
"webpack-dev-server": "^1.10.1"
}
}