-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 995 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
46
47
48
49
50
51
{
"name": "gulp-tsng",
"version": "0.1.8",
"author": {
"name": "gleox",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/gleox/gulp-tsng.git"
},
"bugs": {
"url": "https://github.com/gleox/gulp-tsng/issues"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "https://github.com/gleox/gulp-tsng/blob/master/LICENSE"
}
],
"main": "index.js",
"dependencies": {
"gulp": "~3.9.1",
"gulp-typescript": "~2.11.0",
"gulp-util": "~2.2.14",
"through2": "~0.5.1"
},
"devDependencies": {
"connect": "^3.4.1",
"glob": "~4.0.4",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.4.3",
"gulp-sequence": "^0.4.5",
"gulp-tslint": "^4.3.2",
"serve-static": "^1.10.2",
"tslint": "^3.5.0"
},
"scripts": {
"test": "gulp test"
},
"keywords": [
"gulpplugin",
"typescript",
"angular",
"angularjs"
],
"files": [
"index.js",
"LICENSE"
]
}