forked from strongloop/generator-loopback
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.53 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
{
"name": "generator-loopback-automated",
"version": "3.9.2",
"description": "Yeoman generator for LoopBack with automated answers",
"license": "MIT",
"main": "app/index.js",
"repository": "strongloop/generator-loopback",
"author": {
"name": "Randall Valenciano Fallas",
"email": "[email protected]",
"url": "http://strongloop.com/"
},
"engines": {
"node": ">=4"
},
"scripts": {
"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.1",
"inflection": "^1.7.1",
"js-yaml": "^3.4.2",
"jsonfile-updater": "^2.1.0",
"lodash": "^4.16.1",
"loopback-api-definition": "^3.0.0",
"loopback-bluemix": "^2.0.0",
"loopback-soap": "^1.0.0",
"loopback-swagger": "^4.0.0",
"loopback-workspace": "^3.28.0",
"mkdirp": "^0.5.1",
"open": "0.0.5",
"request": "^2.60.0",
"strong-globalize": "^2.6.8",
"strong-soap": "^1.2.2",
"text-table": "^0.2.0",
"yaml-js": "^0.1.4",
"yeoman-generator": "^0.23.1"
},
"devDependencies": {
"bluebird": "^3.1.1",
"chai": "^3.2.0",
"eslint": "^3.11.1",
"eslint-config-loopback": "^8.0.0",
"mocha": "^3.2.0",
"rimraf": "^2.6.1",
"semver": "^5.1.0",
"strong-cached-install": "^2.0.0",
"yeoman-assert": "^2.2.1",
"yeoman-test": "^1.4.0"
}
}