2016-07-05 19:05:49 +00:00
|
|
|
{
|
|
|
|
"name": "datomish",
|
|
|
|
"private": "true",
|
2016-07-06 00:01:27 +00:00
|
|
|
"engines": {
|
|
|
|
"node": "6.x.x"
|
|
|
|
},
|
2016-07-05 19:05:49 +00:00
|
|
|
"version": "0.1.0-SNAPSHOT",
|
|
|
|
"description": "A persistent, embedded knowledge base inspired by Datomic and DataScript.",
|
|
|
|
"dependencies": {
|
2016-07-14 01:16:17 +00:00
|
|
|
"promise-sqlite": "1.2.1",
|
2016-07-05 19:05:49 +00:00
|
|
|
"source-map-support": "ncalexan/node-source-map-support#fileUrls-plus",
|
2016-07-06 00:01:27 +00:00
|
|
|
"sqlite3": "mossop/node-sqlite3#v3.1.4.1",
|
|
|
|
"thenify-all": "^1.6.0",
|
2016-07-05 19:05:49 +00:00
|
|
|
"ws": "1.1.1"
|
|
|
|
},
|
2016-07-06 01:13:29 +00:00
|
|
|
"devDependencies": {
|
2016-07-12 04:57:40 +00:00
|
|
|
"tmp": "0.0.28"
|
2016-07-05 19:05:49 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/mozilla/datomish.git"
|
|
|
|
},
|
|
|
|
"author": "Mozilla Corporation",
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/mozilla/datomish/issues"
|
|
|
|
},
|
2016-07-06 01:13:29 +00:00
|
|
|
"homepage": "https://github.com/mozilla/datomish#readme",
|
|
|
|
"main": "./datomish.js",
|
|
|
|
"files": ["datomish.js"]
|
2016-07-05 19:05:49 +00:00
|
|
|
}
|