-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
78 lines (78 loc) · 2.15 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
68
69
70
71
72
73
74
75
76
77
78
{
"name": "ana_sso.js",
"version": "0.5.5",
"repository": {},
"scripts": {
"postinstall": "bash ./contrib/install_githook.sh"
},
"babel": {
"presets": [
"es2015"
]
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"bower": "^1.8.8",
"chrome-launcher": "^0.13.4",
"chromedriver": "^2.46.0",
"es5-shim": "^4.5.13",
"eslint": "^8.56.0",
"eslint-config-standard": "^6.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^3.0.4",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.3.1",
"grunt": "^1.5.3",
"grunt-babel": "^7.0.0",
"grunt-coffeelint": "^0.0.16",
"grunt-concurrent": "^3.0.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-coffee": "^2.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^3.4.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-karma": "^4.0.2",
"grunt-nightwatch": "^0.5.4",
"grunt-rev": "^0.1.0",
"grunt-rev-package": "^0.0.6",
"grunt-shell-spawn": "^0.4.0",
"gruntify-eslint": "^5.0.0",
"hoek": "^4.2.1",
"http-proxy": "^1.18.1",
"jasmine": "^2.8.0",
"jasmine-ajax": "^3.3.1",
"jasmine-expect": "^3.8.4",
"jshint-stylish": "^1.0.0",
"karma": "^6.3.16",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^1.1.0",
"karma-jasmine-ajax": "^0.1.13",
"karma-jasmine-matchers": "^3.8.4",
"karma-junit-reporter": "^1.2.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.31",
"load-grunt-tasks": "^3.1.0",
"nightwatch": "^3.4.0",
"phantomjs-prebuilt": "^2.1.7",
"selenium-server": "^3.141.59",
"selenium-webdriver": "^4.17.0",
"sorcery": "^0.10.0",
"store": "^2.0.12",
"uglify-js": "^2.7.0",
"urijs": "^1.19.11"
},
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"grunt-exec": "^3.0.0",
"karma-html-reporter": "^0.2.7"
}
}