1
mirror of https://github.com/jmhobbs/cultofthepartyparrot.com synced 2024-11-07 05:48:19 +01:00
cultofthepartyparrot.com/package.json
melinerunen 234d4088f6 Adding Unit test for File size!!! (#107)
* Added unit test for File Size
* Added convert-units to the npm modules in travis.yml
2017-03-29 11:46:29 -05:00

31 lines
793 B
JSON

{
"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 <john@velvetcache.org>",
"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",
"jsonschema": "1.1.1"
}
}