forked from dongweiming/r
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 798 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 798 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
33
{
"name": "r",
"version": "0.0.1",
"description": "r is a upload photo service",
"main": "index.js",
"scripts": {
"build": "webpack --progress --colors",
"watch": "webpack --watch --colors",
"start": "webpack && python app.py",
"server": "python app.py"
},
"repository": {
"type": "git",
"url": "http://code.dapps.douban.com/r.git"
},
"author": "Dongweiming",
"license": "ISC",
"devDependencies": {
"babel-core": "^5.8.22",
"babel-loader": "^5.3.2",
"babelify": "^6.2.0",
"css-loader": "^0.16.0",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"node-sass": "^3.2.0",
"sass-loader": "^2.0.1",
"webpack": "^1.11.0"
},
"dependencies": {
"jquery": "^2.1.4",
"react": "^0.13.3"
}
}