forked from rsperberg/essential-javascript-links
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 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
{
"name": "essential-javascript-links",
"version": "0.0.1",
"description": "Essential JavaScript Links website.",
"scripts": {
"cleanup": "cat README.md | node scripts/cleanup.js > build/README.md",
"md-import": "node scripts/md-import.js README.md src/data/essential-javascript-links.json"
},
"engines": {
"node": "0.10.x"
},
"repository": {
"type": "git",
"url": "https://github.com/rsperberg/essential-javascript-links.git"
},
"author": "Eric Elliott",
"license": "MIT",
"bugs": {
"url": "https://github.com/ericelliott/essential-javascript-links/issues"
},
"files": [],
"dependencies": {
"lodash": "^3.8.0"
},
"devDependencies": {
"autoprefixer-core": "^5.1.10",
"gh-pages": "^0.3.0",
"gulp": "^3.8.11",
"gulp-data": "^1.2.0",
"gulp-jade": "^1.0.0",
"gulp-postcss": "^5.1.3",
"gulp-print": "^1.1.0",
"gulp-sass": "^1.3.3",
"gulp-sourcemaps": "^1.5.1",
"gulp-watch": "^4.2.4",
"lazy.js": "^0.4.0",
"node-sass": "^2.1.1"
}
}