forked from cldwalker/datomic-free
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.06 KB
/
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
45
46
{
"name": "datomic-free",
"description": "npm use of @cldwalker's datomic-free wrapper",
"keywords": [
"datomic",
"datomic-free",
"install",
"upgrade",
"start"
],
"version": "0.1.3-1",
"repository": {
"type": "git",
"url": "git://github.com/datomicon/datomic-free.git"
},
"bugs": {
"mail": "[email protected]",
"url": "https://github.com/cldwalker/datomic-free/issues"
},
"author": "Gabriel Horner <[email protected]> (https://github.com/cldwalker)",
"contributors": [
"Orlin M Bozhinov <[email protected]> (https://github.com/orlin)"
],
"bin": {
"datomic-free": "./bin/bon/invoke"
},
"preferGlobal": true,
"dependencies": {
"bon": "^0.1.3",
"install-g": "*"
},
"devDependencies": { "batshit": "*" },
"scripts": {
"preinstall": "./bin/bon/install",
"install": "node_modules/.bin/install-g || true",
"test": "batshit -t test"
},
"os" : [ "!win32" ],
"engines": { "node": "*" },
"licenses": [
{
"type": "MIT",
"url": "http://mit-license.org/"
}
]
}