forked from tooling/book-of-modern-frontend-tooling
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 987 Bytes
/
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
{
"name": "book-of-modern-frontend-tooling",
"description": "A book on tooling for modern webapps",
"repository": "tooling/book-of-modern-frontend-tooling",
"keywords": [
"frontend",
"tooling",
"grunt",
"yeoman",
"brunch",
"book",
"dev"
],
"author": "The modern front-end tooling authors",
"license": "CC-BY-SA-4.0",
"devDependencies": {
"chalk": "^1.0.0",
"gulp": "^3.6.0",
"gulp-concat": "^2.2.0",
"gulp-gh-pages": "^0.4.0",
"gulp-layoutize": "0.0.4",
"gulp-livereload": "^3.7.0",
"gulp-markdown": "^1.0.0",
"gulp-markdown-pdf": "^2.0.1",
"gulp-pandoc": "^0.2.0",
"gulp-replace": "^0.5.3",
"gulp-ruby-sass": "^0.7.1",
"gulp-util": "^3.0.3",
"jade": "^1.3.0",
"node-static": "^0.7.3",
"opn": "^1.0.1",
"os-tmpdir": "^1.0.0",
"pygmentize-bundled": "^2.1.0",
"rimraf": "^2.2.6",
"through2": "^0.6.3"
},
"engines": {
"node": ">=0.10.0"
},
"private": true
}