forked from tooling/book-of-modern-frontend-tooling
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 990 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": {
"gulp": "^3.6.0",
"gulp-clean": "^0.2.4",
"gulp-concat": "^2.2.0",
"gulp-gh-pages": "^0.1.3",
"gulp-layoutize": "^0.0.2",
"gulp-livereload": "^1.3.1",
"gulp-markdown": "^0.1.2",
"gulp-markdown-pdf": "^0.2.0",
"gulp-pandoc": "^0.2.0",
"gulp-replace": "^0.2.0",
"gulp-ruby-sass": "^0.4.0",
"gulp-util": "^2.2.14",
"jade": "^1.3.0",
"node-static": "^0.7.3",
"opn": "^0.1.1",
"pygmentize-bundled": "^2.1.0",
"rimraf": "^2.2.6",
"through2": "^0.4.1",
"chalk": "^0.4.0"
},
"engines": {
"node": ">=0.10.0"
},
"private": true
}