File: /var/dev/nowruzgan/rest/node_modules/sails-disk/package.json
{
"name": "sails-disk",
"version": "1.1.2",
"description": "Persistent local-disk (and/or memory) adapter for Sails.js / Waterline.",
"main": "index.js",
"scripts": {
"test": "npm run lint && npm run custom-tests",
"custom-tests": "rm -rf .tmp && node test/runner.js",
"lint": "eslint **/*.js *.js --max-warnings=0"
},
"repository": {
"type": "git",
"url": "git://github.com/balderdashy/sails-disk.git"
},
"keywords": [
"nedb",
"adapter",
"waterline",
"disk",
"memory",
"localdevdb",
"database",
"sails",
"sails.js",
"sailsjs"
],
"author": "The Sails Company",
"contributors": [
{
"name": "Scott Gress"
},
{
"name": "Cody Stoltman"
},
{
"name": "Mike McNeil"
}
],
"license": "MIT",
"dependencies": {
"@sailshq/lodash": "^3.10.2",
"async": "2.0.1",
"machinepack-fs": "^12.0.1",
"nedb": "1.8.0"
},
"devDependencies": {
"mocha": "3.0.2",
"@sailshq/eslint": "^4.19.3",
"waterline-adapter-tests": "^1.0.0-2"
},
"waterlineAdapter": {
"waterlineVersion": "^0.13.0",
"interfaces": [
"semantic",
"queryable",
"associations",
"migratable"
],
"features": [
"cross-adapter",
"autoIncrement",
"unique"
]
}
}