{ "name" : "gifler", "version" : "0.1.0", "description" : "Render GIF frames to canvas", "main" : "gifler.js", "scripts" : { "compile" : "./node_modules/.bin/browserify -t coffeeify --extension=\".coffee\" src/gifler.coffee > gifler.js", "build" : "npm run compile && ./node_modules/.bin/uglifyjs --compress --mangle --screw-ie8 --preamble '/** gifler.js | github.com/themadcreator/gifler | @license: Apache-2.0 */' -- gifler.js > gifler.min.js", "postbuild" : "cp gifler.min.js site/assets/gifler.js", "site-prep" : "npm run build && rm -rf site-dist", "site" : "npm run site-prep && ./node_modules/.bin/metalsmith --config metalsmith-watch.json", "site-build" : "npm run site-prep && ./node_modules/.bin/metalsmith --config metalsmith.json", "deploy-site" : "git subtree push --prefix site-dist origin gh-pages" }, "author" : "themadcreator@github", "license" : "Apache-2.0", "dependencies" : { "omggif": "1.0.x" }, "devDependencies": { "browserify" : "11.x.x", "coffeeify" : "1.x.x", "uglify-js" : "2.x.x", "metalsmith" : "2.1.0", "metalsmith-assets" : "0.1.0", "metalsmith-ignore" : "0.1.2", "metalsmith-jade" : "2.0.2", "metalsmith-less" : "2.0.0", "metalsmith-raw" : "0.2.0", "metalsmith-serve" : "0.0.4", "metalsmith-watch" : "1.0.1" } }