-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 920 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "relational.js",
"version": "1.0.14",
"description": "Implementation of the relational algebra",
"main": "./build/relational.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"keywords": [
"relational",
"algebra",
"database",
"rdbms",
"trdbms",
"truly-rdbms",
"logic",
"datalog",
"prolog",
"logic programming",
"the third manifesto",
"ttm",
"tutorial d",
"d",
"a"
],
"dependencies": {
"algebra.js": "^0.2.5",
"clone": "^1.0.2",
"deep-equal": "^1.0.1"
},
"author": "Erik Olson <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/erikolson186/relational.js.git"
},
"devDependencies": {
"babel-preset-es2015": "^6.14.0",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"mocha": "^3.0.2"
}
}