-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.1 KB
/
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
{
"name": "pawa-command-init",
"description": "pawa init command.",
"version": "0.0.1",
"author": {
"name": "IFFE Team",
"email": "[email protected]"
},
"homepage": "http://iffe.top/",
"keywords": [
"pawa"
],
"repository": {
"type": "git",
"url": "https://github.com/iffe-team/pawa-command-init.git"
},
"engines": {
"node": ">= 0.8.0"
},
"main": "init.js",
"scripts": {
"test": "mocha test/ut --recursive"
},
"dependencies": {
"colors": "0.6.2",
"thinkit": "4.9.0"
},
"devDependencies": {},
"readme": "# pawa-command-init\n\n## Usage\n\n Usage: install <name> [options]\n\n Options:\n \n -h, --help output usage information\n -r, --repos <url> repository url",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/iffe-team/pawa-command-init/issues"
},
"_id": "[email protected]",
"dist": {
"shasum": "52ec9c7f7290120c079545de7246eedac7ce9f8d"
},
"_from": "[email protected]",
"_resolved": "https://registry.npmjs.org/pawa-command-init/-/pawa-command-init-0.0.1.tgz"
}