-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
52 lines (52 loc) · 1.14 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
{
"name": "loopback-sdk-ios-codegen",
"version": "0.0.0",
"description": "Tool for auto-generating iOS client source code for LoopBack App",
"os": ["darwin"],
"engines": {
"node": ">=4"
},
"keywords": [
"StrongLoop Labs",
"LoopBack",
"client",
"SDK",
"iOS",
"codegen"
],
"bin": {
"lb-ios": "bin/lb-ios"
},
"repository": {
"type": "git",
"url": "git://github.com/strongloop/loopback-sdk-ios-codegen.git"
},
"author": {
"name": "StrongLoop, Inc.",
"email": "[email protected]",
"url": "http://strongloop.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/strongloop/loopback-sdk-ios-codegen/issues"
},
"scripts": {
"test": "test-env/bin/run-unittests"
},
"dependencies": {
"ejs": "^1.0",
"optimist": "^0.6",
"mkdirp": "^0.3",
"pascal-case": "^1.1",
"semver": "^2.3"
},
"devDependencies": {
"compression": "^1.0.3",
"cors": "^2.5.2",
"loopback": "^2.22.0",
"loopback-boot": "^2.6.5",
"loopback-component-explorer": "^2.1.0",
"loopback-datasource-juggler": "^2.39.0",
"serve-favicon": "^2.0.1"
}
}