forked from bountysource/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.45 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
{
"author": "Bountysource",
"name": "bountysource-frontend",
"homepage": "https://www.bountysource.com",
"version": "0.0.2",
"repository": {
"type": "git",
"url": "git@github.com:bountysource/frontend.git"
},
"bugs": {
"url": "https://github.com/bountysource/frontend/issues"
},
"dependencies": {},
"devDependencies": {
"bower": "~1.3.2",
"grunt": "~0.4.1",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-coffee": "~0.6.4",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-compass": "~0.1.3",
"grunt-contrib-jshint": "~0.9.2",
"grunt-contrib-cssmin": "~0.5.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-htmlmin": "~0.1.1",
"grunt-contrib-imagemin": "~0.1.2",
"grunt-contrib-watch": "~0.4.4",
"grunt-bower-requirejs": "~0.8.4",
"grunt-usemin": "~0.1.10",
"karma": "~0.10.0",
"grunt-karma": "~0.6.2",
"grunt-open": "~0.2.0",
"grunt-md5": "~0.1.11",
"grunt-s3": "~0.2.0-alpha.3",
"matchdep": "~0.1.1",
"grunt-ngmin": "~0.0.2",
"grunt-angular-templates": "~0.3.10",
"connect-modrewrite": "~0.2.1",
"grunt-karma-coveralls": "~2.0.2",
"karma-coverage": "~0.1.0",
"karma-ng-scenario": "~0.1.0",
"protractor": "~0.14.0",
"grunt-protractor-runner": "~0.2.0",
"selenium": "~2.20.0",
"chromedriver": "~2.6.0"
},
"engines": {
"node": ">=0.8.4"
}
}