-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
56 lines (56 loc) · 1.01 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "catberry-cli",
"version": "9.0.0",
"author": "Denis Rechkunov <[email protected]>",
"description": "CLI utility for Catberry Framework",
"homepage": "https://github.com/catberry/catberry-cli",
"keywords": [
"progressive rendering",
"Web",
"isomorphic",
"framework",
"middleware",
"connect",
"express",
"component",
"Flux"
],
"bugs": {
"url": "https://github.com/catberry/catberry-cli/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/catberry/catberry-cli.git"
},
"contributors": [
{
"name": "Denis Rechkunov",
"email": "[email protected]"
},
{
"name": "Mikhail Reenko",
"email": "[email protected]"
}
],
"bin": {
"catberry": "./bin/catberry.js"
},
"preferGlobal": true,
"dependencies": {
"ncp": "^2.0.0",
"mkdirp": "~0.5.1",
"split": "^1.0.0",
"commander": "^2.9.0"
},
"devDependencies": {
"eslint": "^3.18.0"
},
"engines": {
"node": ">=6.10.0"
},
"scripts": {
"test": "eslint ./"
},
"license": "MIT"
}