-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
49 lines (49 loc) · 1.32 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
{
"name": "api-getresponse",
"version": "1.0.0",
"description": "Unofficial high-level lib for API GetResponse",
"keywords": [
"Get Response","API","Typescript"
],
"repository": {
"type": "git",
"url": "[email protected]:scippio/api-getresponse.git"
},
"license": "GPL-3.0",
"author": "scippio",
"main": "./src/index",
"types": "./types/index.d.ts",
"scripts": {
"build": "gulp",
"doc": "gulp doc",
"test": "gulp test"
},
"dependencies": {
"bluebird": "^3.4.6",
"restify": "^4.3.0",
"qs": "^6.3.0"
},
"devDependencies": {
"@types/bluebird": "3.0.37",
"@types/node": "7.0.5",
"@types/restify": "2.0.41",
"@types/qs": "6.2.30",
"@types/gulp-typedoc": "0.0.29",
"@types/mocha": "2.2.39",
"@types/istanbul": "0.4.29",
"@types/should": "8.1.30",
"gulp": "^3.9.1",
"gulp-typescript": "^3.1.5",
"typescript": "^2.2.1",
"merge2": "^1.0.2",
"typedoc": "^0.5.7",
"gulp-typedoc": "^2.0.2",
"typedoc-md-theme": "^1.0.1",
"gulp-clean": "^0.3.2",
"mocha": "^3.2.0",
"istanbul": "^0.4.5",
"should": "^11.2.0",
"gulp-istanbul": "1.1.1",
"gulp-mocha": "3.0.1"
}
}