-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 759 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 759 Bytes
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
{
"name": "masque",
"version": "1.0.0",
"description": "A backend agnostic frontend gulp workflow.",
"repository": {
"type": "git",
"url": "git+https://jackperry@github.com/jackperry/masque.git"
},
"author": "Jack Perry <jack@jackperry.me>",
"bugs": {
"url": "https://github.com/jackperry/masque/issues"
},
"homepage": "https://github.com/jackperry/masque#readme",
"devDependencies": {
"coffee-script": "^1.10.0",
"coffeelint-stylish": "^0.1.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-coffee": "^2.3.1",
"gulp-coffeelint": "^0.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-imagemin": "^2.4.0",
"gulp-ruby-sass": "^2.0.6",
"gulp-uglify": "^1.5.3",
"gulp-watch": "^4.3.6"
}
}