idb-js
Version:
Simple to use indexdb
46 lines (45 loc) • 1.15 kB
JSON
{
"name": "idb-js",
"version": "2.0.0",
"description": "Simple to use indexdb",
"main": "dist/Idb.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel --port 3001 example/index.html",
"build": "node build.js",
"publish": "npm publish --access public",
"doc": "docsify serve docs"
},
"files": [
"src",
"dist/*.js",
"example/**"
],
"author": "zhoucheng",
"license": "ISC",
"bugs": {
"url": "https://github.com/verybigorange/indexDB_easy/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/verybigorange/indexDB_easy.git"
},
"keywords": [
"indexdb",
"database",
"indexDB"
],
"devDependencies": {
"ansi-styles": "^3.2.1",
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"chalk": "^2.4.1",
"parcel-bundler": "^1.12.5",
"rmrf": "^2.0.0",
"rollup": "^0.67.3",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-uglify": "^6.0.0"
}
}