lokijs
Version:
Fast document oriented javascript in-memory database
50 lines • 1.08 kB
JSON
{
"name": "lokijs",
"version": "1.1.7",
"description": "Fast document oriented javascript in-memory database",
"homepage": "http://lokijs.org",
"main": "src/lokijs.js",
"directories": {
"example": "examples"
},
"repository": {
"type": "git",
"url": "https://github.com/techfort/LokiJS.git"
},
"keywords": [
"javascript",
"document-oriented",
"mmdb",
"json",
"nosql",
"lokijs",
"in-memory"
],
"scripts": {
"test": "make test && istanbul cover tests/"
},
"author": "Joe Minichino <joe.minichino@gmail.com>",
"contributors": [{
"name": "Dave",
"email": "admin@obeliskos.com"
}],
"license": "BSD",
"bugs": {
"url": "https://github.com/techfort/LokiJS/issues"
},
"dependencies": {
"gordian": "0.0.9",
"istanbul": "^0.3.2",
"mocha": "^2.0.1"
},
"devDependencies": {
"gordian": "0.0.9",
"gulp": "^3.8.10",
"gulp-concat": "^2.4.1",
"gulp-uglify": "^1.0.1",
"istanbul": "^0.3.2",
"mocha": "^2.0.1",
"should": "^4.3.0",
"uglify-js": "^2.4.15"
}
}