-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 KB
/
package.json
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
34
35
36
37
38
39
40
{
"name": "canary-web",
"version": "0.0.1",
"description": "canary frontend",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"webpack-bundle": "webpack --config config/webpack/production.config.js",
"webpack-w": "webpack -wc --config config/webpack/development.config.js",
"test": "echo \"no tests specified lol\" && exit 0"
},
"repository": {
"type": "git",
"url": "git://github.com/stateio/canary-web.git"
},
"author": "",
"license": "proprietary",
"bugs": {
"url": "https://github.com/stateio/canary-web/issues"
},
"homepage": "https://github.com/stateio/canary-web",
"dependencies": {
"webpack": "^1.7.3",
"flux": "^2.0.1",
"react": "^0.13.1",
"underscore": "^1.8.3",
"backbone": "^1.1.2",
"babel-core": "^5.0.7",
"babel-loader": "^5.0.0",
"jquery": "^2.1.3",
"jquery-ujs": "^1.0.2",
"card": "^1.1.0",
"highlight.js": "9.0.0",
"bootstrap": "3.3.7",
"select2": "4.0.3"
},
"devDependencies": {}
}