UNPKG

ember-cli

Version:

Command line tool for developing ambitious ember.js apps

83 lines (82 loc) 1.83 kB
{ "name": "fs-extra", "version": "0.12.0", "description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.", "homepage": "https://github.com/jprichardson/node-fs-extra", "repository": { "type": "git", "url": "https://github.com/jprichardson/node-fs-extra" }, "keywords": [ "fs", "file", "file system", "copy", "directory", "extra", "mkdirp", "mkdir", "mkdirs", "recursive", "json", "read", "write", "extra", "delete", "remove", "touch", "create", "text", "output", "move" ], "author": { "name": "JP Richardson", "email": "jprichardson@gmail.com" }, "licenses": [ { "type": "MIT", "url": "http://github.com/jprichardson/node-fs-extra/raw/master/LICENSE" } ], "dependencies": { "ncp": "^0.6.0", "mkdirp": "^0.5.0", "jsonfile": "^2.0.0", "rimraf": "^2.2.8" }, "devDependencies": { "mocha": "*", "path-extra": "0.0.x", "testutil": "~0.5.0", "userid": "~0.1.1" }, "main": "./lib/index", "scripts": { "test": "mocha test" }, "bugs": { "url": "https://github.com/jprichardson/node-fs-extra/issues" }, "_id": "fs-extra@0.12.0", "dist": { "shasum": "407cf6e11321e440d66f9486fba1cc9eb4c21868", "tarball": "http://registry.npmjs.org/fs-extra/-/fs-extra-0.12.0.tgz" }, "_from": "fs-extra@0.12.0", "_npmVersion": "1.4.3", "_npmUser": { "name": "jp", "email": "jprichardson@gmail.com" }, "maintainers": [ { "name": "jp", "email": "jprichardson@gmail.com" } ], "directories": {}, "_shasum": "407cf6e11321e440d66f9486fba1cc9eb4c21868", "_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.12.0.tgz" }