-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
51 lines (51 loc) · 1.44 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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "dao-dapp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"angular": "^1.5.5",
"angular-animate": "^1.5.5",
"angular-aria": "^1.5.5",
"angular-bootstrap": "^0.12.2",
"angular-chart.js": "^1.0.0-alpha6",
"angular-identicon": "github:kether667/angular-identicon",
"angular-material": "^0.11.4",
"angular-messages": "^1.5.5",
"angular-sanitize": "^1.5.5",
"bootstrap": "^3.3.6",
"identicon.js": "^1.2.1",
"jquery": "^2.2.3",
"marked": "^0.3.5",
"underscore": "^1.8.3",
"web3": "^0.16.0"
},
"devDependencies": {
"babel-core": "^6.9.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"json-loader": "^0.5.4",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
},
"scripts": {
"start": "webpack-dev-server --host 0.0.0.0 --inline --progress --colors --hot --port 3000",
"build": "NODE_ENV=production webpack --colors --progress",
"cache": "node src/js/proposalCache.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/slockit/dao-dapp.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/slockit/dao-dapp/issues"
},
"homepage": "https://github.com/slockit/dao-dapp#readme"
}