-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.49 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
52
53
54
55
56
57
58
{
"name": "ethereum-league",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node server.js",
"test": "jasmine-node spec"
},
"dependencies": {
"angular": "^1.6.5",
"angular-animate": "^1.6.5",
"angular-ui-bootstrap": "^2.5.0",
"angular-route": "^1.6.5",
"angular-sanitize": "^1.6.5",
"bootstrap": "^3.3.7",
"eth-lightwallet": "^2.5.6",
"font-awesome": "^4.7.0",
"hooked-web3-provider": "^1.0.0",
"truffle-contract": "^2.0.2",
"ui-select": "0.19.8",
"web3": "^0.20.0",
"zeppelin-solidity": "^1.2.0"
},
"repository": {},
"engines": {
"node": "4.x"
},
"devDependencies": {
"angular-mocks": "^1.6.5",
"browserify": "^14.4.0",
"browserify-istanbul": "^2.0.0",
"browserify-ngannotate": "^0.7.1",
"del": "^1.1.1",
"gulp": "^3.9.1",
"gulp-cachebust": "0.0.5",
"gulp-concat": "^2.5.2",
"gulp-flatten": "^0.3.1 ",
"gulp-install": "^0.4.0",
"gulp-jshint": "^1.10.0",
"gulp-ng-html2js": "^0.2.0",
"gulp-sourcemaps": "^1.5.1",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"gulp-webserver": "^0.9.0",
"jasmine": "^2.5.2",
"jasmine-node": "^1.14.5",
"karma": "^1.7.0",
"karma-browserify": "^5.1.1",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"run-sequence": "^2.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
}
}