-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.19 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
57
{
"name": "gall",
"version": "0.3.1",
"description": "A command-line tool for building Blotter projects.",
"homepage": "",
"author": {
"name": "Bruno Dias",
"email": "bruno.r.dias@gmail.com",
"url": "http://segue.pw"
},
"files": [
"dist",
"scaffold"
],
"bin": {
"gall": "dist/gall.js"
},
"keywords": [
""
],
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.24.1",
"del": "^3.0.0",
"eslint": "^4.4.1",
"eslint-config-xo-space": "^0.16.0",
"eslint-plugin-babel": "^4.1.2",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-eslint": "^4.0.0",
"gulp-line-ending-corrector": "^1.0.1",
"gulp-nsp": "^2.4.2"
},
"eslintConfig": {
"extends": "xo-space",
"env": {
"mocha": true
}
},
"repository": "sequitur/gall",
"scripts": {
"prepublish": "gulp prepublish"
},
"license": "MIT",
"dependencies": {
"boom": "^5.2.0",
"chokidar": "^1.6.1",
"colors": "^1.1.2",
"commander": "^2.11.0",
"fs-jetpack": "^0.9.2",
"ink-blotter": "^0.5.0",
"less": "^2.7.1",
"pug": "^2.0.0-beta6"
}
}