-
Notifications
You must be signed in to change notification settings - Fork 10
/
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.2.0",
"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.12.0"
},
"dependencies": {
"update-notifier": "0.5.0",
"commander": "2.8.1",
"colors": "1.1.2",
"es6-promise": "3.0.2",
"mkdirp": "0.5.1"
},
"devDependencies": {
"espower-loader": "1.0.0",
"googleapis": "2.1.3",
"grunt": "0.4.5",
"grunt-contrib-clean": "0.6.0",
"grunt-dtsm": "0.2.9",
"grunt-mocha": "0.4.13",
"grunt-mocha-test": "0.12.7",
"grunt-ts": "5.0.0-beta.2",
"grunt-tslint": "2.4.0",
"matchdep": "0.3.0",
"mocha": "2.3.0",
"power-assert": "1.0.0",
"source-map-support": "0.3.2",
"typescript": "1.5.3"
}
}