{ "name": "node-ff-assets", "version": "0.2.5", "description": "Site assets local/remote aggregation with minify.", "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/)", "license": "BSD-2-Clause", "repository": { "type": "git", "url": "https://bitbucket.org/im_ik/node-ff-assets.git" }, "dependencies": { "debug": "^2.2.0", "fetch": "^0.3.6", "fs-extra": "^0.16.3", "minify": "^1.4.8", "underscore": "^1.8.2" }, "devDependencies": { "mocha": "^2.1.0", "mocha-jenkins-reporter": "^0.1.4", "mocha-jshint": "0.0.9" } }