lively.storage
Version:
Database interface for lively.next
55 lines (54 loc) • 1.55 kB
JSON
{
"name": "lively.storage",
"version": "0.2.2",
"description": "Database interface for lively.next",
"homepage": "https://github.com/LivelyKernel/lively.storage",
"author": "Robert Krahn",
"license": "MIT",
"bugs": {
"url": "https://github.com/LivelyKernel/lively.storage/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/LivelyKernel/lively.storage.git"
},
"keywords": [
"lively",
"lively.next",
"database"
],
"dependencies": {
"lively.lang": "^1.0.0",
"lively.resources": "^0.1.18",
"pouchdb": "^6.1.2",
"pouchdb-find": "^0.10.5"
},
"devDependencies": {
"babel-core": "^6.16.0",
"babel-plugin-external-helpers": "^6.8.0",
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
"babel-plugin-transform-async-to-generator": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-preset-es2015": "^6.24.0",
"babel-preset-es2015-rollup": "^3.0.0",
"babel-regenerator-runtime": "^6.5.0",
"browserify": "^14.1.0",
"mocha-es6": "^0.5",
"pouchdb-adapter-memory": "^6.1.2",
"rollup": "^0.36.1",
"rollup-plugin-babel": "^2.7.1"
},
"scripts": {
"test": "mocha-es6 tests/*-test.js",
"build": "node ./tools/build.js"
},
"main": "dist/lively.storage.js",
"systemjs": {
"main": "index.js",
"map": {
"pouchdb": "pouchdb/dist/pouchdb.js",
"pouchdb-adapter-mem": "./dist/pouchdb-adapter-mem.js",
"pouchdb-find": "pouchdb-find/dist/pouchdb.find.js"
}
}
}