forked from drone/drone-wall
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.17 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
59
60
61
62
63
64
65
66
67
{
"name": "drone-wall",
"version": "3.1.1",
"description": "Wall display component for Drone CI server.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/drone/drone-wall.git"
},
"bugs": {
"url": "https://github.com/drone/drone-wall/issues"
},
"homepage": "https://github.com/drone/drone-wall",
"scripts": {
"install": "node ./node_modules/protractor/bin/webdriver-manager update",
"server": "grunt connect:local:keepalive",
"start": "grunt build connect:local watch",
"test": "grunt test --apiroot=https://drone.testdomain.com/api/"
},
"devDependencies": {
"babelify": "^7.2.0",
"browserify-istanbul": "^0.2.1",
"browserify-replace": "^0.9.0",
"config-extend": "^0.1.0",
"dominatr-grunt": "^8.0.0",
"grunt": "^0.4.5",
"grunt-angular-templates": "^0.5.7",
"grunt-aws": "^0.6.1",
"grunt-babel": "^6.0.0",
"grunt-browserify": "^4.0.1",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-less": "^1.1.0",
"grunt-contrib-uglify": "^0.10.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-filerev": "^2.3.1",
"grunt-filerev-replace": "^0.1.4",
"grunt-istanbul": "^0.6.1",
"grunt-localstack": "^1.0.0",
"grunt-newer": "^1.1.1",
"grunt-postcss": "^0.7.1",
"grunt-protractor-coverage": "github:mdasberg/grunt-protractor-coverage#ef6a8fb",
"grunt-svg-sprite": "github:vokal/grunt-svg-sprite.git#8200979a0e",
"grunt-svgmin": "^3.1.0",
"grunt-truecolors-less": "1.0.x",
"jasmine-bail-fast": "0.0.1",
"jasmine-core": "^2.3.4",
"jasmine-reporters": "^2.0.7",
"load-grunt-config": "^0.19.0",
"protractor": "^2.5.1"
},
"dependencies": {
"angular": "^1.5.0",
"angular-animate": "^1.5.0",
"angular-messages": "^1.5.0",
"angular-mocks": "^1.5.0",
"angular-route": "^1.5.0",
"angular-toastr": "^1.7.0",
"css-reset": "github:vokal/css-reset#v1.0.1",
"font-awesome": "^4.6.3",
"moment": "^2.11.2",
"vokal-ng-api": "github:vokal/vokal-ng-api#v6.0.0"
}
}