-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
60 lines (60 loc) · 1.69 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
{
"name": "CPR",
"version": "1.0.14",
"description": "Cross Platform Reader",
"repository": {
"type": "git",
"url": "https://git.mobcastdev.com/Website/cross-platform-reader.git"
},
"private": true,
"scripts": {
"install": "node node_modules/protractor/bin/webdriver-manager update"
},
"dependencies": {},
"devDependencies": {
"grunt": "0.4.4",
"grunt-rev": "0.1.0",
"grunt-usemin": "2.0.0",
"grunt-newer": "0.7.0",
"grunt-concurrent": "0.4.0",
"load-grunt-tasks": "0.2.0",
"time-grunt": "0.2.0",
"jshint-stylish": "0.1.3",
"karma": "0.12.0",
"grunt-karma": "0.8.0",
"karma-script-launcher": "0.1.0",
"karma-firefox-launcher": "0.1.3",
"karma-chrome-launcher": "0.1.3",
"karma-html2js-preprocessor": "0.1.0",
"karma-jasmine": "0.2.2",
"karma-phantomjs-launcher": "0.1.2",
"karma-ng-html2js-preprocessor": "0.1.0",
"karma-coverage": "0.1.5",
"grunt-replace": "0.6.2",
"grunt-ngmin": "0.0.3",
"grunt-docco": "0.3.3",
"grunt-bump": "0.0.13",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-concat": "0.3.0",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-compass": "0.7.2",
"grunt-contrib-sass": "0.7.3",
"grunt-contrib-cssmin": "0.9.0",
"grunt-contrib-uglify": "0.4.0",
"grunt-contrib-jshint": "0.9.2",
"grunt-contrib-imagemin": "0.6.1",
"grunt-contrib-watch": "0.6.1",
"grunt-contrib-connect": "0.7.1",
"grunt-protractor-runner": "1.0.0",
"protractor": "0.24.2",
"jasmine-expect": "1.21.0",
"color": "0.6.0",
"chai": "1.9.1",
"chai-as-promised": "4.1.1",
"cucumber": "0.4.0",
"phantomjs": "1.9.7-10"
},
"engines": {
"node": ">=0.8.0"
}
}