mentat/package.json

31 lines
786 B
JSON
Raw Normal View History

{
"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.",
"main": "index.js",
"dependencies": {
"source-map-support": "ncalexan/node-source-map-support#fileUrls-plus",
"ws": "1.1.1"
},
"devDependencies": {
},
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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"
}