-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
50 lines (50 loc) · 1.11 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
{
"name": "angular2-swagger-client-generator",
"version": "0.0.21",
"description": "Angular 2 API client generator from swagger json",
"homepage": "https://github.com/nvdnkpr/angular2-swagger-client-generator",
"main": "index.js",
"bin": {
"a2apigen": "./bin/a2apigen.js"
},
"author": {
"name": "Navid Nikpour",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/nvdnkpr/angular2-swagger-client-generator/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/nvdnkpr/angular2-swagger-client-generator.git"
},
"keywords": [
"swagger",
"rest",
"angular2",
"angular",
"scaffolding",
"webapi",
"api",
"generator"
],
"license": "APACHE",
"scripts": {
"a2apigen": "a2apigen -s swagger.json",
"build": "gulp"
},
"dependencies": {
"gulp": "^3.9.1",
"js-beautify": "^1.5.10",
"lodash": "^3.10.1",
"mkdirp": "^0.5.1",
"mustache": "^2.2.0",
"optimist": "^0.6.1",
"request": "^2.67.0",
"tslint": "^3.1.1",
"typescript": "^1.7.3"
},
"devDependencies": {
"gulp": "^3.9.1"
}
}