-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 911 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 911 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
{
"name": "booted",
"version": "1.5.0",
"description": "Bootstrap a JavaScript project without fatigue",
"main": "bin/booted",
"bin": {
"booted": "./bin/booted"
},
"author": "evenfrost <evenfrosty@gmail.com>",
"license": "WTFPL",
"keywords": [
"boot",
"booted",
"bootstrap",
"project"
],
"engines": {
"node": ">=7.6.0"
},
"repository": {
"type": "git",
"url": "git://github.com/evenfrost/booted.git"
},
"bugs": {
"url": "https://github.com/evenfrost/booted/issues"
},
"dependencies": {
"execa": "^0.8.0",
"listr": "^0.12.0",
"log-symbols": "^2.0.0",
"meow": "^3.7.0",
"mkdirp-promise": "^5.0.1",
"ora": "^1.3.0"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.4.1",
"eslint-config-airbnb-base": "^11.3.1",
"eslint-plugin-import": "^2.7.0",
"webpack-dev-server": "^2.7.1"
}
}