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

26 lines
639 B
JSON
Raw Normal View History

2015-02-24 00:19:42 +00:00
{
"name": "node-ff-assets",
2015-02-27 00:25:57 +00:00
"version": "0.2.0",
2015-02-24 11:39:38 +00:00
"description": "Site assets local/remote aggregation with minify.",
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 00:25:57 +00:00
"test": "node_modules/mocha/bin/mocha"
2015-02-24 00:19:42 +00:00
},
"author": "Willem <willem.git.2015@forwardfire.net> (http://forwardfire.net/)",
"license": "BSD-2-Clause",
2015-02-27 00:25:57 +00:00
"repository": {
"type": "git",
"url": "https://bitbucket.org/im_ik/node-ff-assets.git"
},
2015-02-24 00:19:42 +00:00
"dependencies": {
2015-02-24 11:39:38 +00:00
"fetch": "^0.3.6",
"fs-extra": "^0.16.3",
2015-02-27 02:31:44 +00:00
"minify": "^1.4.8",
"underscore": "^1.8.2"
2015-02-27 00:25:57 +00:00
},
"devDependencies": {
"mocha": "^2.1.0",
"mocha-jshint": "0.0.9"
2015-02-24 00:19:42 +00:00
}
}