{ "name": "node-ff-assets", "version": "0.2.6", "description": "Website assets aggregation and minification", "main": "lib/node-ff-assets.js", "scripts": { "test": "npm run-script test-clean;npm run-script test-mocha", "test-clean": "rm test/data/* -rf", "test-mocha": "export JUNIT_REPORT_PATH=test/data/report.xml;export JUNIT_REPORT_STACK=1;node_modules/mocha/bin/mocha --reporter mocha-jenkins-reporter" }, "author": "Willem (http://forwardfire.net/)", "keywords": [ "website", "assets", "aggregation", "minification", "javascript", "css", "minify" ], "license": "BSD-2-Clause", "repository": { "type": "git", "url": "https://bitbucket.org/im_ik/old-node-ff-assets.git" }, "dependencies": { "debug": "2.2.x", "fetch": "0.3.x", "fs-extra": "0.20.x", "minify": "1.4.x", "underscore": "1.8.x" }, "devDependencies": { "mocha": "2.2.x", "mocha-jenkins-reporter": "0.1.x", "mocha-jshint": "2.2.x" }, "files": [ "README.md", "lib/", "example/" ] }