-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
59 lines (59 loc) · 1.53 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
{
"name": "hypergard",
"version": "6.0.0",
"repository": "git@github.com:Comcast/hypergard.git",
"bugs": "https://github.com/Comcast/hypergard/issues",
"homepage": "https://github.com/Comcast/hypergard",
"main": "dist/hyperGard.js",
"module": "dist/hyperGard.es.js",
"devDependencies": {
"canned": ">=0.3.7",
"del": "^3.0.0",
"es6-promise": "^3.2.2",
"gulp": "~3.9.0",
"gulp-better-rollup": "^2.0.0",
"gulp-butternut": "^1.0.0",
"gulp-concat": "~2.6.0",
"gulp-jshint": "~2.0.0",
"gulp-rename": "~1.2.2",
"gulp-sourcemaps": "^2.6.0",
"gulp-sync": "~0.1.4",
"handlebars": "^4.0.11",
"jasmine-core": "~2.4.1",
"jshint": "~2.9.1-rc2",
"jshint-stylish": "~2.1.0",
"karma": "~0.13.19",
"karma-chrome-launcher": "~0.2.2",
"karma-coverage": "~0.5.3",
"karma-firefox-launcher": "~0.1.7",
"karma-jasmine": "~0.3.6",
"karma-mocha": "~0.2.1",
"karma-mocha-reporter": "~1.2.3",
"karma-opera-launcher": "~0.3.0",
"karma-phantomjs-launcher": "~1.0.0",
"karma-safari-launcher": "~0.1.1",
"lazypipe": "~1.0.1",
"merge-stream": "^1.0.1",
"phantomjs-prebuilt": "~2.1.4",
"whatwg-fetch": "^2.0.3"
},
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"scripts": {
"build": "gulp build:all",
"setup": "npm install",
"pretest": "gulp build-test-files",
"test": "gulp test-ci"
},
"directories": {
"test": "test"
},
"files": [
"src/**/*",
"lib/**/*",
"dist/**/*"
],
"license": "Apache-2.0"
}