cultofthepartyparrot.com/package.json

41 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2016-05-19 18:39:02 +02:00
{
"name": "cultofthepartyparrot.com",
"version": "1.1.0",
2016-05-19 18:39:02 +02:00
"description": "PARTY OR DIE",
"scripts": {
2018-10-16 09:50:59 +02:00
"test": "gulp test",
"build": "gulp build"
2016-05-19 18:39:02 +02:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/jmhobbs/cultofthepartyparrot.com.git"
},
"author": "John Hobbs <john@velvetcache.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jmhobbs/cultofthepartyparrot.com/issues"
},
"homepage": "https://github.com/jmhobbs/cultofthepartyparrot.com#readme",
"devDependencies": {
2019-08-29 05:11:48 +02:00
"chai": "^4.2.0",
"convert-units": "^2.3.4",
"gulp": "^4.0.2",
"gulp-data": "^1.3.1",
"gulp-mocha": "^8.0.0",
2019-08-29 05:11:48 +02:00
"gulp-mustache": "^4.1.2",
2020-03-18 16:43:15 +01:00
"image-size": "^0.7.5",
"imagemin-cli": "^7.0.0",
2019-08-29 04:53:33 +02:00
"imagemin-gifsicle": "^6.0.1",
"imagemin-jpegtran": "^6.0.0",
"imagemin-pngcrush": "^6.0.0",
"imagemin-svgo": "^10.0.1",
"js-yaml": "^3.13.1",
2020-03-18 16:43:15 +01:00
"jsonschema": "^1.2.5",
"minimist": ">=1.2.6",
"path": "^0.12.7",
2020-03-18 16:43:15 +01:00
"uglify-js": "^3.8.0",
"uglifycss": "^0.0.29",
"yamljs": "^0.3.0"
2016-05-19 18:39:02 +02:00
}
}