-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 962 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
{
"name": "grunt-closure-typechecker",
"description": "grunt closure typechecker",
"version": "0.0.2",
"homepage": "https://github.com/incandescent/closure-typechecker",
"author": {
"name": "Aaron Hamid (@ahamid)",
"email": "[email protected]",
"url": "http://incsw.com"
},
"repository": {
"type": "git",
"url": "git://github.com/incandescent/closure-typechecker.git"
},
"bugs": {
"url": "https://github.com/incandescent/closure-typechecker/issues"
},
"dependencies": {
"grunt": "*",
"grunt-contrib-clean": "*",
"grunt-exec": "*"
},
"keywords": [
"gruntplugin",
"closure",
"typechecker"
],
"engines": {
"node": ">=0.6"
},
"files": [
"index.js",
"bin",
"lib",
"tasks"
],
"bin": "bin/closure-typechecker",
"scripts": {
},
"licenses": [{
"type": "Apache 2.0",
"url": "https://raw.github.com/incandescent/closure-typechecker/master/LICENSE"
}]
}