26 lines
639 B
JSON
26 lines
639 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",
|
|
"underscore": "^1.8.2"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^2.1.0",
|
|
"mocha-jshint": "0.0.9"
|
|
}
|
|
}
|