forked from meaniscule/meaniscule
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 910 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
{
"name": "meaniscule",
"version": "1.2.6",
"description": "A miniscule MEAN stack app generator.",
"bin": {
"meaniscule": "bin/meaniscule"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ashryanbeats/meaniscule.git"
},
"author": "Ash Ryan <ash@ashryanbeats.com> (http://ashryanbeats.com)",
"contributors": [
{
"name": "Colin Meret",
"email": "colinmeret@gmail.com"
}
],
"bugs": {
"url": "https://github.com/ashryanbeats/meaniscule/issues"
},
"homepage": "https://github.com/ashryanbeats/meaniscule",
"dependencies": {
"bluebird": "^2.9.27",
"chalk": "^1.0.0",
"fs-finder": "^1.8.0",
"ncp": "^2.0.0",
"request-promise": "^3.0.0"
},
"preferGlobal": "true",
"license": "MIT",
"devDependencies": {
"supertest": "^1.2.0"
}
}