-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1016 Bytes
/
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
{
"name": "meanstack-cli",
"version": "0.4.6",
"description": "MEANStack.io bringing together the best of MEAN MongoDB, Express, AngularJS and Node.js",
"repository": {
"type": "git",
"url": "git+https://github.com/meanstack-io/meanstack-cli.git"
},
"main": "bin/meanstack-cli.js",
"bin": {
"meanstack": "bin/meanstack-cli.js"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"meanstack-cli",
"meanstack.io-cli",
"meanstack.io",
"meanstack",
"mean",
"framework",
"framework meanstack",
"framework mean"
],
"author": "Rafael Pegorari <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/meanstack-io/meanstack-cli/issues"
},
"homepage": "http://meanstack.io",
"dependencies": {
"bluebird": "^3.4.6",
"commander": "~2.9.0",
"shelljs": "^0.7.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3"
},
"engines": {
"node": ">= 0.12.0",
"npm": ">= 2.5.1"
}
}