UNPKG

serialfs

Version:

creates an object / string representation of a file system

47 lines (46 loc) 971 B
{ "name": "serialfs", "version": "0.0.29", "description": "creates an object / string representation of a file system", "main": "src/serialfs/serialfs.js", "scripts": { "test": "ava" }, "repository": { "type": "git", "url": "git@github.com:Cogmob/serialfs_es6.git" }, "keywords": [ "-" ], "author": "cogmob", "license": "Apache-2.0", "devDependencies": { "ava": "^0.16.0", "babel-cli": "^6.16.0", "babel-preset-es2015": "^6.16.0", "del": "^2.2.2", "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "gulp-debug": "^2.1.2", "gulp-sequence": "^0.4.6", "js-yaml": "^3.6.1", "npm-bump": "0.0.20", "tap": "^7.1.2", "tap-difflet": "^0.7.0", "tape": "^4.6.2", "vargs-callback": "^0.2.4" }, "ava": { "files": [ "src/**/*test.js" ], "tap": true, "verbose": true, "powerAssert": true }, "dependencies": { "async": "^2.1.4", "js-yaml": "^3.6.1" } }