39 lines
837 B
JSON
39 lines
837 B
JSON
|
|
{
|
||
|
|
"name": "fs-plus",
|
||
|
|
"version": "2.10.1",
|
||
|
|
"description": "node's fs with more helpers",
|
||
|
|
"main": "./lib/fs-plus.js",
|
||
|
|
"scripts": {
|
||
|
|
"prepublish": "grunt prepublish",
|
||
|
|
"test": "grunt test"
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/atom/fs-plus.git"
|
||
|
|
},
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/atom/fs-plus/issues"
|
||
|
|
},
|
||
|
|
"homepage": "http://atom.github.io/fs-plus",
|
||
|
|
"license": "MIT",
|
||
|
|
"keywords": [
|
||
|
|
"fs",
|
||
|
|
"filesystem"
|
||
|
|
],
|
||
|
|
"devDependencies": {
|
||
|
|
"jasmine-focused": "1.x",
|
||
|
|
"grunt-contrib-coffee": "~0.9.0",
|
||
|
|
"grunt-cli": "~0.1.8",
|
||
|
|
"grunt": "~0.4.1",
|
||
|
|
"grunt-shell": "~0.2.2",
|
||
|
|
"grunt-coffeelint": "0.0.6",
|
||
|
|
"temp": "~0.8.1"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"async": "^1.5.2",
|
||
|
|
"mkdirp": "^0.5.1",
|
||
|
|
"rimraf": "^2.5.2",
|
||
|
|
"underscore-plus": "1.x"
|
||
|
|
}
|
||
|
|
}
|