-
Notifications
You must be signed in to change notification settings - Fork 72
/
package.json
68 lines (68 loc) · 1.69 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "generator-loopback",
"version": "6.4.0",
"description": "Yeoman generator for LoopBack",
"license": "MIT",
"main": "app/index.js",
"repository": "strongloop/generator-loopback",
"author": "IBM Corp.",
"engines": {
"node": ">=8"
},
"scripts": {
"lint:fix": "npm run lint -- --fix",
"lint": "eslint --ignore-path .gitignore .",
"test": "mocha",
"posttest": "npm run lint"
},
"keywords": [
"yeoman-generator",
"loopback",
"strongloop"
],
"dependencies": {
"async": "^2.1.4",
"chalk": "^1.1.0",
"debug": "^2.2.0",
"fs-extra": "^2.1.2",
"glob": "^7.1.2",
"inflection": "^1.7.1",
"istextorbinary": "^2.2.1",
"js-yaml": "^3.4.2",
"json-schema-faker": "^0.4.0",
"jsonfile-updater": "^2.1.0",
"lodash": "^4.17.11",
"loopback-api-definition": "^3.0.0",
"loopback-bluemix": "^3.0.0",
"loopback-soap": "^1.3.2",
"loopback-swagger": "^5.4.0",
"loopback-workspace": "^5.0.0",
"mkdirp": "^1.0.4",
"opn": "^5.3.0",
"ora": "^1.3.0",
"read-chunk": "^2.1.0",
"request": "^2.60.0",
"strong-globalize": "^4.1.1",
"strong-soap": "^3.0.0",
"swagger-parser": "^4.0.1",
"text-table": "^0.2.0",
"yaml-js": "^0.1.4",
"yeoman-environment": "^2.3.1",
"yeoman-generator": "^3.1.1",
"zosconnect-node": "^1.0.3"
},
"devDependencies": {
"bluebird": "^3.1.1",
"chai": "^3.2.0",
"eslint": "^5.2.0",
"eslint-config-loopback": "^11.0.0",
"mocha": "^7.1.2",
"nock": "^9.0.14",
"rimraf": "^2.6.1",
"semver": "^5.1.0",
"sinon": "^6.1.4",
"strong-cached-install": "^2.0.0",
"yeoman-assert": "^3.1.1",
"yeoman-test": "^1.9.0"
}
}