1 Star 0 Fork 0

Justin Liao/db.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bower.json 652 Bytes
一键复制 编辑 原始数据 按行查看 历史
lygstate 提交于 2015-03-12 04:19 . Using https
{
"name": "db.js",
"version": "0.10.0",
"main": "src/db.js",
"homepage": "https://github.com/aaronpowell/db.js",
"authors": [
"Aaron Powell <me@aaron-powell.com>"
],
"description": "db.js is a wrapper for IndexedDB to make it easier to work against, making it look more like a queryable API.",
"moduleType": [
"amd",
"globals"
],
"keywords": [
"indexeddb",
"database"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower",
"test",
"tests"
],
"devDependencies": {
"jasmine": "~2.2.1",
"jasmine-jsreporter": "https://github.com/detro/jasmine-jsreporter.git"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/justinliao/db.js.git
git@gitee.com:justinliao/db.js.git
justinliao
db.js
db.js
master

搜索帮助