angular-node-fs
Version:
use nodes rfs module as angular service
21 lines (20 loc) • 478 B
JSON
{
"name": "angular-node-fs",
"version": "0.0.3",
"description": "use nodes rfs module as angular service",
"main": "dist/node-fs.js",
"scripts": {
"test": "./node_modules/node-ng/node-ng.js ./tests/test2.js"
},
"keywords": [
"angular",
"node",
"fs"
],
"author": "Kyle Roux <kyle@level2designs.com> (https://github.com/jstacoder)",
"license": "BSD2",
"dependencies": {
"benv": "^3.0.0",
"node-ng": "0.0.13"
}
}