forked from inadarei/nodebootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 825 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 825 Bytes
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": "nodebootstrap",
"description": "Node/Express.js project bootstrapper loaded with best-practices",
"version": "4.3.3",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git@github.com:inadarei/nodebootstrap.git"
},
"author": "Irakli Nadareishvili (http://freshblurbs.com)",
"contributors": [],
"bin": {
"nodebootstrap": "./nodebootstrap"
},
"engines": [
"node >=4.0.0"
],
"dependencies": {
"colors": "^1.0.3",
"extract-zip": "^1.5.0",
"fs-extra": "^1.0.0",
"minimist": "^1.2.0",
"ncp": "^2.0.0",
"request": "^2.48.0",
"readline-sync": "^1.4.7"
},
"keywords": [
"node",
"express",
"boilerplate",
"kit",
"bootstrap",
"best practices"
],
"license": "MIT"
}