forked from procrastinativedeveloper/wicket-site
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 977 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
{
"name": "wicket-site",
"version": "0.1.0",
"description": "Wicket Site",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/chrisjlee/wicket-site.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/chrisjlee/wicket-site/issues"
},
"homepage": "https://github.com/chrisjlee/wicket-site",
"devDependencies": {
"gulp": "^3.6.2",
"gulp-autoprefixer": "0.0.7",
"gulp-coffee": "^1.4.3",
"gulp-concat": "^2.2.0",
"gulp-connect": "^2.0.5",
"gulp-gh-pages": "^0.2.1",
"gulp-imagemin": "^0.5.0",
"gulp-inject": "^0.4.1",
"gulp-jekyll": "0.0.0",
"gulp-jshint": "^1.6.1",
"gulp-livereload": "^1.5.0",
"gulp-minify-css": "^0.3.4",
"gulp-rename": "^1.2.0",
"gulp-ruby-sass": "^0.5.0",
"gulp-uglify": "^0.3.0",
"gulp-watch": "^0.6.5",
"tiny-lr": "0.0.7"
}
}