forked from jmhobbs/cultofthepartyparrot.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 821 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
{
"name": "cultofthepartyparrot.com",
"version": "1.1.0",
"description": "PARTY OR DIE",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jmhobbs/cultofthepartyparrot.com.git"
},
"author": "John Hobbs <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jmhobbs/cultofthepartyparrot.com/issues"
},
"homepage": "https://github.com/jmhobbs/cultofthepartyparrot.com#readme",
"devDependencies": {
"chai": "^3.5.0",
"convert-units": "^2.1.0",
"gulp": "^3.9.1",
"gulp-data": "^1.2.1",
"gulp-imagemin": "^3.1.1",
"gulp-mocha": "^3.0.1",
"gulp-mustache": "^2.3.0",
"gulp-rev": "^7.1.2",
"gulp-uglifycss": "^1.0.6",
"image-size": "^0.6.1",
"jsonschema": "1.1.1"
}
}