-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 989 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
{
"name": "rrproject",
"version": "1.0.4",
"description": "This is a tool to create project boiler plates. It has the stuff I use the most when creating landing pages but anything can be added as a boiler plate. Just create a directory in lib and add it to the bin/global.js",
"main": "./bin/global.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"rrproject": "./bin/global.js"
},
"preferGlobal": true,
"homepage": "https://github.com/killfrog47/rrproject",
"bugs": "https://github.com/killfrog47/rrproject/issues",
"author": "Tomas Cordero",
"email": "[email protected]",
"repository": {
"type": "git",
"url": "https://github.com/killfrog47/rrproject.git"
},
"license": "MIT",
"directories": {
"lib": "./lib",
"bin": "./bin"
},
"dependencies": {
"colors": "^1.2.5",
"commander": "^2.15.1",
"global-modules-path": "^2.1.0",
"inquirer": "^5.2.0",
"ncp": "^2.0.0"
}
}