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

44 lines
1.1 KiB
JSON
Raw Normal View History

2015-02-24 00:19:42 +00:00
{
"name": "node-ff-assets",
"version": "0.2.6",
2015-06-28 15:44:01 +00:00
"description": "Website assets aggregation and minification",
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/)",
2015-06-28 15:44:01 +00:00
"keywords": [
"website",
"assets",
"aggregation",
"minification",
"javascript",
"css",
"minify"
],
2015-02-24 00:19:42 +00:00
"license": "BSD-2-Clause",
2015-02-27 00:25:57 +00:00
"repository": {
"type": "git",
"url": "https://bitbucket.org/im_ik/old-node-ff-assets.git"
2015-02-27 00:25:57 +00:00
},
2015-02-24 00:19:42 +00:00
"dependencies": {
2015-06-28 15:44:01 +00:00
"debug": "2.2.x",
"fetch": "0.3.x",
"fs-extra": "0.20.x",
"minify": "1.4.x",
"underscore": "1.8.x"
2015-02-27 00:25:57 +00:00
},
"devDependencies": {
2015-06-28 15:44:01 +00:00
"mocha": "2.2.x",
"mocha-jenkins-reporter": "0.1.x",
"mocha-jshint": "2.2.x"
},
"files": [
"README.md",
"lib/",
"example/"
]
2015-02-24 00:19:42 +00:00
}