forked from vvakame/gapidts
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.2 KB
/
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
52
53
54
{
"name": "gapidts",
"author": "vvakame",
"version": "0.1.6",
"description": "TypeScript .d.ts file generator for Google Discovery based APIs",
"main": "./index",
"bin": {
"gapidts": "./bin/gapidts"
},
"scripts": {
"build": "grunt default",
"test": "grunt test"
},
"keywords": [
"TypeScript",
"google",
"google apis"
],
"license": "MIT",
"homepage": "https://github.com/vvakame/gapidts",
"repository": {
"type": "git",
"url": "[email protected]:vvakame/gapidts.git"
},
"bugs": {
"url": "https://github.com/vvakame/gapidts/issues"
},
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"update-notifier": "0.2.0",
"commander": "2.3.0",
"colors": "0.6.2",
"es6-promise": "1.0.0",
"mkdirp": "0.5.0"
},
"devDependencies": {
"googleapis": "1.0.11",
"source-map-support": "0.2.7",
"grunt": "0.4.5",
"grunt-contrib-clean": "0.6.0",
"grunt-ts": "1.11.7",
"typescript": "1.0.1",
"grunt-tslint": "0.4.2",
"grunt-tsd": "0.1.0",
"mocha": "1.21.4",
"power-assert": "0.8.0",
"espower-loader": "0.7.1",
"grunt-mocha": "0.4.11",
"grunt-mocha-test": "0.11.0",
"matchdep": "0.3.0"
}
}