2
0
Fork 0
node-ff-assets/package.json

30 lines
905 B
JSON
Raw Normal View History

2015-02-24 00:19:42 +00:00
{
"name": "node-ff-assets",
2015-03-14 21:44:25 +00:00
"version": "0.2.4",
2015-02-24 11:39:38 +00:00
"description": "Site assets local/remote aggregation with minify.",
2015-02-27 00:25:57 +00:00
"main": "lib/node-ff-assets.js",
2015-02-24 00:19:42 +00:00
"scripts": {
2015-02-27 20:50:19 +00:00
"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"
2015-02-24 00:19:42 +00:00
},
"author": "Willem <willem.git.2015@forwardfire.net> (http://forwardfire.net/)",
"license": "BSD-2-Clause",
2015-02-27 00:25:57 +00:00
"repository": {
"type": "git",
"url": "https://bitbucket.org/im_ik/node-ff-assets.git"
},
2015-02-24 00:19:42 +00:00
"dependencies": {
2015-02-24 11:39:38 +00:00
"fetch": "^0.3.6",
"fs-extra": "^0.16.3",
2015-02-27 02:31:44 +00:00
"minify": "^1.4.8",
"underscore": "^1.8.2"
2015-02-27 00:25:57 +00:00
},
"devDependencies": {
"mocha": "^2.1.0",
2015-02-27 20:50:19 +00:00
"mocha-jenkins-reporter": "^0.1.4",
2015-02-27 00:25:57 +00:00
"mocha-jshint": "0.0.9"
2015-02-24 00:19:42 +00:00
}
}