2
0
Fork 0
node-ff-assets/package.json
2015-02-27 01:25:57 +01:00

25 lines
611 B
JSON

{
"name": "node-ff-assets",
"version": "0.2.0",
"description": "Site assets local/remote aggregation with minify.",
"main": "lib/node-ff-assets.js",
"scripts": {
"test": "node_modules/mocha/bin/mocha"
},
"author": "Willem <willem.git.2015@forwardfire.net> (http://forwardfire.net/)",
"license": "BSD-2-Clause",
"repository": {
"type": "git",
"url": "https://bitbucket.org/im_ik/node-ff-assets.git"
},
"dependencies": {
"fetch": "^0.3.6",
"fs-extra": "^0.16.3",
"minify": "^1.4.8"
},
"devDependencies": {
"mocha": "^2.1.0",
"mocha-jshint": "0.0.9"
}
}