mentat/package.json
Richard Newman ef0454dd43 Depend on promise-sqlite for Node.
Signed-off-by: Richard Newman <rnewman@twinql.com>
2016-07-13 18:16:59 -07:00

32 lines
831 B
JSON

{
"name": "datomish",
"private": "true",
"engines": {
"node": "6.x.x"
},
"version": "0.1.0-SNAPSHOT",
"description": "A persistent, embedded knowledge base inspired by Datomic and DataScript.",
"dependencies": {
"promise-sqlite": "1.2.1",
"source-map-support": "ncalexan/node-source-map-support#fileUrls-plus",
"sqlite3": "mossop/node-sqlite3#v3.1.4.1",
"thenify-all": "^1.6.0",
"ws": "1.1.1"
},
"devDependencies": {
"tmp": "0.0.28"
},
"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"
},
"homepage": "https://github.com/mozilla/datomish#readme",
"main": "./datomish.js",
"files": ["datomish.js"]
}