forked from DamianEdwards/grunt-tsng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 973 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
{
"name": "grunt-tsng",
"version": "0.1.3",
"description": "A TypeScript pre-processor for AngularJS",
"main": "tsng.js",
"author": {
"name": "Damian Edwards",
"url": "https://github.com/DamianEdwards/"
},
"repository": {
"type": "git",
"url": "git://github.com/DamianEdwards/grunt-tsng.git"
},
"bugs": {
"url": "https://github.com/DamianEdwards/grunt-tsng/issues"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "https://github.com/DamianEdwards/grunt-tsng/blob/master/LICENSE"
}
],
"engines": {
"node": ">= 0.8.0"
},
"peerDependencies": {
"grunt": "~0.4.0"
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-typescript": "~0.3.4",
"grunt-contrib-copy": "~0.5.0"
},
"keywords": [
"gruntplugin",
"typescript",
"angular",
"angularjs"
],
"files": [
"tasks",
"LICENSE"
]
}