-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 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
{
"name": "fruit-book",
"version": "0.0.4",
"description": "Superbook fruit-book by marvin",
"keywords": [
"superbook",
"bookiza"
],
"author": "marvin <marvin@bubbl.in> (https://bubbl.in/marvin)",
"license": "ISC",
"homepage": "https://bubbl.in/marvin",
"repository": {
"type": "git",
"url": "git+https://github/project/url/here"
},
"scripts": {
"postinstall": "node ./crust/scripts/ready.js"
},
"dependencies": {
"babel-preset-es2015": "6.16.0",
"book-length": "1.0.4",
"browser-sync": "2.17.3",
"chalk": "1.1.3",
"del": "2.2.2",
"delayed": "1.0.1",
"fs-promise": "0.5.0",
"gulp": "3.9.1",
"gulp-babel": "6.1.2",
"gulp-compile-handlebars": "0.6.1",
"gulp-concat": "2.6.0",
"gulp-haml": "0.1.6",
"gulp-if": "2.0.1",
"gulp-less": "3.1.0",
"gulp-markdown": "1.2.0",
"gulp-postcss": "6.2.0",
"gulp-sass": "2.3.2",
"gulp-stylus": "2.5.0",
"js-cookie": "2.1.3",
"path": "0.12.7",
"shelljs": "0.7.4"
}
}