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

15 lines
385 B
JSON
Raw Normal View History

2015-02-24 00:19:42 +00:00
{
"name": "node-ff-assets",
"version": "0.1.0",
"description": "Node.js library providing single resource assets.",
"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": {
"fs-extra": "^0.16.3"
}
}