Mercurial > piecrust2
view package.json @ 613:e2e955a3bb25
publish: Add publish command.
* Add `shell` publisher.
* Refactor admin panel's publishing backend to use that, along with the new
PID file support.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 04 Feb 2016 08:05:03 -0800 |
parents | 7e4e567377cd |
children | 87267392a5c1 |
line wrap: on
line source
{ "name": "PieCrust", "version": "1.0.0", "devDependencies": { "gulp": "~3.9.0", "gulp-sass": "~2.1.0", "gulp-minify-css": "~1.2.1", "gulp-uglify": "~1.4.2", "gulp-util": "~3.0.7", "gulp-sourcemaps": "~1.6.0", "gulp-rename": "~1.2.2", "gulp-concat": "~2.6.0" } }