-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.12 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.12 KB
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
43
44
{
"name": "phpconf-tw-2014",
"description": "website for PHPConf Taiwan 2014",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "git@github.com:PHPConf-TW/website-2014.git"
},
"devDependencies": {
"bower": "^1.3.12",
"browser-sync": "^2.11.1",
"coffee-script": "^1.8.0",
"del": "^2.2.2",
"gulp": "^3.8.10",
"gulp-changed": "^1.0.0",
"gulp-coffee": "^2.2.0",
"gulp-csso": "^2.0.0",
"gulp-fixmyjs": "1.0.2",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^1.2.1",
"gulp-jshint": "^2.0.1",
"gulp-load-plugins": "^1.2.0",
"gulp-minify-html": "^1.0.6",
"gulp-mocha": "^1.1.2",
"gulp-replace": "^0.4.0",
"gulp-size": "^2.1.0",
"gulp-uglify": "^1.0.1",
"gulp-uncss": "^1.0.5",
"gulp-useref": "^1.0.2",
"gulp-util": "^3.0.0",
"jshint-stylish": "^2.2.0",
"mocha": "^3.0.1",
"run-sequence": "^1.0.2",
"uuid": "^2.0.1"
},
"scripts": {
"start": "gulp",
"release": "bower install && gulp release",
"test": "bower install && gulp test_coffee && gulp release && gulp test"
},
"engines": {
"node": ">= 0.10.0"
}
}