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

17 lines
432 B
JSON
Raw Permalink Normal View History

2015-02-24 00:19:42 +00:00
{
"name": "node-ff-assets",
2015-02-24 14:42:32 +00:00
"version": "0.1.2",
2015-02-24 11:39:38 +00:00
"description": "Site assets local/remote aggregation with minify.",
2015-02-24 00:19:42 +00:00
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Willem <willem.git.2015@forwardfire.net> (http://forwardfire.net/)",
"license": "BSD-2-Clause",
"dependencies": {
2015-02-24 11:39:38 +00:00
"fetch": "^0.3.6",
"fs-extra": "^0.16.3",
"minify": "^1.4.8"
2015-02-24 00:19:42 +00:00
}
}