-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 816 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 816 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
{
"name": "gravitate-grav",
"version": "2.0.0",
"description": "Project scaffolding for Grav CMS like a boss. 👊",
"main": "gravitate",
"bin": {
"gravitate": "./gravitate"
},
"repository": {
"url": "https://github.com/CompagnonAgency/gravitate.git"
},
"keywords": [
"grav",
"cms",
"scaffolding",
"generator"
],
"author": "Falko Joseph",
"license": "ISC",
"dependencies": {
"adm-zip": "^0.4.7",
"chalk": "^1.1.3",
"factory": "^1.0.3",
"fs-extra": "^1.0.0",
"inquirer": "^2.0.0",
"loading-indicator": "^2.0.0",
"mv": "^2.1.1",
"request": "^2.79.0",
"shelljs": "^0.7.5",
"slug": "^0.9.1"
},
"devDependencies": {
"eslint": "^4.4.1",
"eslint-config-airbnb-base": "^11.3.1",
"eslint-plugin-import": "^2.7.0"
}
}