-
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) · 804 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 804 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": "rb",
"version": "1.0.0",
"description": "Next Race widget",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack -p && http-server -o",
"watch": "webpack -w",
"start": "http-server -o"
},
"author": "Alessandro Maruccia",
"license": "ISC",
"dependencies": {
"accounting": "^0.4.1",
"flux": "^2.1.1",
"moment": "^2.10.6",
"money": "^0.2.0",
"react": "^0.13.3",
"superagent": "^1.3.0"
},
"devDependencies": {
"autoprefixer-loader": "^2.0.0",
"babel-core": "^5.8.23",
"babel-loader": "^5.3.2",
"css-loader": "^0.16.0",
"http-server": "^0.8.0",
"node-sass": "^3.2.0",
"sass-loader": "^2.0.1",
"style-loader": "^0.12.3",
"webpack": "^1.12.0"
}
}