-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 899 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 899 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
40
41
42
43
44
45
46
{
"name": "frontpress-cli",
"version": "0.0.0",
"description": "CLI tool for FrontPress",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/frontpressorg/frontpress-cli.git"
},
"author": "Teles <josetelesmaciel@gmail.com>",
"bin": "cli.js",
"engines": {
"node": ">=5"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js",
"cli.js"
],
"keywords": [
"cli-app",
"cli",
"fronpress",
"wordpress",
"angular"
],
"dependencies": {
"commander": "^2.9.0",
"inquirer": "^2.0.0",
"slug": "^0.9.1"
},
"devDependencies": {
"ava": "^0.17.0",
"xo": "^0.17.1"
},
"xo": {
"esnext": true,
"space": true
},
"bugs": {
"url": "https://github.com/frontpressorg/frontpress-cli/issues"
},
"homepage": "https://github.com/frontpressorg/frontpress-cli#readme"
}