17 lines
432 B
JSON
17 lines
432 B
JSON
{
|
|
"name": "node-ff-assets",
|
|
"version": "0.1.2",
|
|
"description": "Site assets local/remote aggregation with minify.",
|
|
"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": {
|
|
"fetch": "^0.3.6",
|
|
"fs-extra": "^0.16.3",
|
|
"minify": "^1.4.8"
|
|
}
|
|
}
|