Files
RoboCommander/node_modules/jsonfile/package.json

22 lines
498 B
JSON
Raw Normal View History

2026-04-05 16:14:49 -04:00
{
"name": "jsonfile",
"version": "2.4.0",
"description": "Easily read/write JSON files.",
"repository": {
"type": "git",
"url": "git@github.com:jprichardson/node-jsonfile.git"
},
"author": "JP Richardson <jprichardson@gmail.com>",
"license": "MIT",
"dependencies": {},
"optionalDependencies": {
"graceful-fs": "^4.1.6"
},
"devDependencies": {
"mocha": "2.x",
"mock-fs": "^3.8.0",
"rimraf": "^2.4.0",
"standard": "^6.0.8"
},
"main": "index.js"
}