forked from panuhorsmalahti/gulp-tslint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 892 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
42
43
44
45
{
"name": "gulp-tslint",
"preferGlobal": false,
"version": "3.1.2",
"author": "Panu Horsmalahti <[email protected]>",
"description": "TypeScript linter Gulp plugin",
"contributors": [
{
"name": "Panu Horsmalahti",
"email": "[email protected]"
}
],
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/panuhorsmalahti/gulp-tslint.git"
},
"keywords": [
"gulp",
"typescript",
"plugin",
"ts",
"gulpplugin",
"gulpfriendly",
"tslint",
"linter",
"lint"
],
"dependencies": {
"gulp-util": "~3.0.4",
"map-stream": "~0.1.0",
"rcloader": "~0.1.4",
"through": "~2.3.7",
"tslint": "~2.5.0-beta"
},
"analyze": true,
"devDependencies": {},
"license": "MIT",
"engines": {
"node": ">=0.10"
},
"scripts": {
"test": "node test/tests.js"
}
}