-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 807 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 807 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
39
{
"name": "packo",
"version": "2.3.4",
"description": "An npm module scaffolding cli tool.",
"main": "index.js",
"directories": {
"doc": "doc",
"example": "examples",
"test": "test"
},
"scripts": {
"test": "npm test"
},
"keywords": [
"scaffolding",
"node_modules"
],
"bin": {
"packo": "./bin/packo"
},
"repository": {
"type": "git",
"url": "https://github.com/opreaadrian/packo"
},
"bugs": {
"url": "https://github.com/opreaadrian/packo/issues"
},
"author": "Adrian Oprea",
"license": "MIT",
"dependencies": {
"async": "^0.9.0",
"chalk": "https://registry.npmjs.org/chalk/-/chalk-1.0.0.tgz",
"commander": "^2.6.0",
"inquirer": "^0.8.5",
"npm": "^2.1.18",
"nsp-api": "^1.0.3"
},
"preferGlobal": true
}