-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 958 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
39
40
41
42
43
44
{
"name": "poe",
"version": "1.6.4",
"description": "CLI for poe",
"main": "index.js",
"bin": {
"poe": "bin/poe",
"poe-config": "bin/poe-config",
"poe-create": "bin/poe-create",
"poe-help": "bin/poe-help",
"poe-start": "bin/poe-start"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/poegroup/cli.git"
},
"keywords": [
"poe"
],
"author": "Michael Andrew Vanasse <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/poegroup/cli/issues"
},
"homepage": "https://github.com/poegroup/cli",
"dependencies": {
"change-case": "^2.3.0",
"commander": "^2.6.0",
"debug": "^2.1.1",
"fs-extra": "^0.30.0",
"minstache": "^1.2.0",
"rc": "^0.5.5",
"shelljs": "^0.3.0",
"win-fork": "^1.1.1"
},
"devDependencies": {
"mocha": "^2.1.0",
"should": "^4.6.1",
"suppose": "^0.3.0"
}
}