-
Notifications
You must be signed in to change notification settings - Fork 65
/
package.json
39 lines (39 loc) · 1.02 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
{
"name": "arachnado",
"version": "1.0.0",
"description": "Arachnado =========",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --optimize-minimize",
"watch": "webpack --progress --color --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TeamHG-Memex/arachnado.git"
},
"author": "Mikhail Korobov <kmike84@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/TeamHG-Memex/arachnado/issues"
},
"homepage": "https://github.com/TeamHG-Memex/arachnado#readme",
"devDependencies": {
"babel-core": "^5.5.8",
"babel-loader": "^5.1.4",
"node-libs-browser": "^0.5.2",
"webpack": "^1.9.11"
},
"dependencies": {
"debounce": "^1.0.0",
"eventemitter3": "^1.2.0",
"filesize": "^3.3.0",
"pretty-ms": "^1.2.0",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-bootstrap": "^0.29.4",
"react-router": "^2.4.1",
"reflux": "^0.4.1",
"moment": "^2.13.0"
}
}