-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
33 lines (33 loc) · 901 Bytes
/
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
{
"name": "QASP",
"version": "1.0.0",
"description": "Tool for tracking and managing contracts and contract performance.",
"author": "Dustin Hardin",
"email": "[email protected]",
"license": "ISC",
"devDependencies": {
"bluebird": "^3.5.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-debug": "^3.1.0",
"gulp-if": "^2.0.2",
"gulp-include": "^2.3.1",
"gulp-inject": "^4.2.0",
"gulp-jsbeautifier": "^2.1.0",
"gulp-jshint": "^2.0.4",
"gulp-typescript": "^3.1.6",
"gulp-uglify": "^2.1.2",
"jasmine-core": "^2.5.2",
"jshint": "^2.9.4",
"karma": "^1.4.0",
"karma-chrome-launcher": "^2.0.0",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^1.1.0",
"karma-requirejs": "^1.1.0",
"requirejs": "^2.3.2",
"run-sequence": "^1.2.2",
"typescript": "^2.2.1",
"yargs": "^6.6.0"
}
}