forked from w3c/wcag-em-report-tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.58 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
{
"name": "WCAG-EM-Report-Tool",
"version": "1.1.0",
"repository": {
"type": "git",
"url": "git://github.com/w3c/wcag-em-report-tool.git"
},
"devDependencies": {
"bower": "^1.8.8",
"grunt": "~0.4.1",
"grunt-autoprefixer": "~3.0.3",
"grunt-cli": "^1.3.2",
"grunt-concat-json": "git://github.com/WilcoFiers/grunt-concat-json#0.0.9",
"grunt-concurrent": "~2.0.3",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-compass": "~1.0.4",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-connect": "~0.11.2",
"grunt-contrib-copy": "~0.8.1",
"grunt-contrib-cssmin": "~0.14.0",
"grunt-contrib-htmlmin": "~0.5.0",
"grunt-contrib-jshint": "~0.11.3",
"grunt-contrib-uglify": "~0.9.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-html2js": "^0.3.4",
"grunt-karma": "^0.12.1",
"grunt-newer": "~1.1.1",
"grunt-ngmin": "~0.0.2",
"grunt-replace": "^0.11.0",
"grunt-rev": "~0.1.0",
"grunt-usemin": "~3.1.1",
"grunt-wiredep": "^2.0.0",
"jasmine-core": "^2.4.1",
"jshint-stylish": "~2.0.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.0",
"karma-jasmine": "^0.3.3",
"karma-ng-html2js-preprocessor": "^0.1.0",
"karma-ng-scenario": "^0.1.0",
"karma-phantomjs-launcher": "^0.2.1",
"load-grunt-tasks": "~3.3.0",
"phantomjs": "^2.1.3",
"time-grunt": "~1.2.1"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"install": "npx bower install && gem install compass",
"build": "npx grunt build",
"start": "npx grunt serve",
"test": "npx grunt test"
}
}