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-09-14 23:05:14 +00:00
|
|
|
"promise-sqlite": "1.3.0",
|
2016-07-05 19:05:49 +00:00
|
|
|
"source-map-support": "ncalexan/node-source-map-support#fileUrls-plus",
|
2016-09-14 23:05:14 +00:00
|
|
|
"sqlite3": "3.1.4",
|
2016-07-06 00:01:27 +00:00
|
|
|
"thenify-all": "^1.6.0",
|
2016-07-05 19:05:49 +00:00
|
|
|
"ws": "1.1.1"
|
|
|
|
},
|
2016-09-21 21:07:04 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "babel-node test/js/tests.js"
|
|
|
|
},
|
2016-07-06 01:13:29 +00:00
|
|
|
"devDependencies": {
|
2016-09-21 21:07:04 +00:00
|
|
|
"babel-cli": "^6.14.0",
|
|
|
|
"babel-core": "6.14.0",
|
|
|
|
"babel-eslint": "6.1.2",
|
|
|
|
"babel-loader": "6.2.5",
|
|
|
|
"babel-plugin-transform-async-to-generator": "6.8.0",
|
|
|
|
"babel-plugin-transform-class-properties": "6.11.5",
|
|
|
|
"babel-plugin-transform-es2015-destructuring": "6.9.0",
|
|
|
|
"babel-plugin-transform-es2015-modules-commonjs": "6.11.5",
|
|
|
|
"babel-plugin-transform-es2015-parameters": "6.11.4",
|
|
|
|
"babel-plugin-transform-object-rest-spread": "6.8.0",
|
|
|
|
"babel-plugin-transform-runtime": "6.12.0",
|
|
|
|
"babel-polyfill": "6.13.0",
|
|
|
|
"babel-preset-react": "6.11.1",
|
|
|
|
"babel-preset-react-optimize": "1.0.1",
|
|
|
|
"babel-register": "6.14.0",
|
|
|
|
"babel-runtime": "6.11.6",
|
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",
|
2016-09-21 21:07:04 +00:00
|
|
|
"files": [
|
|
|
|
"datomish.js"
|
|
|
|
]
|
2016-07-05 19:05:49 +00:00
|
|
|
}
|