-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
41 lines (41 loc) · 1011 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
34
35
36
37
38
39
40
41
{
"name": "@renovolive/gulp-utilities",
"version": "2.4.1",
"description": "Standard gulp tasks for compiling TypeScript",
"publishConfig": {
"registry": "https://www.myget.org/F/renovolive-npm/npm/"
},
"keywords": [
"gulp",
"TypeScript",
"compile",
"lint"
],
"main": "./index.js",
"repository": {
"type": "git",
"url": "https://github.com/RenovoSolutions/Gulp-Typescript-Utilities"
},
"author": "Josh Graber <jgraber@renovo1.com>",
"dependencies": {
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-tslint": "^3.3.0",
"jsonfile": "^2.3.1",
"karma": "^0.13.21",
"lodash": "^4.5.1",
"run-sequence": "^1.2.1",
"thenify": "^3.2.0",
"yargs": "^4.7.1"
},
"peerDependencies": {
"karma-jasmine": "~1.0.2",
"karma-chai": "^0.1.0",
"karma-sinon": "^1.0.4",
"karma-chrome-launcher": "~0.2.2",
"karma-firefox-launcher": "~0.1.7",
"karma-ie-launcher": "^0.2.0",
"typescript": "^2.0.3"
},
"license": "MIT"
}