-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
46 lines (36 loc) · 911 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
45
46
{
"name": "datomicism",
"description": "interface for visualizing datomic schemas and queries",
"version": "0.0.7",
"keywords": ["lisp", "clojure", "edn", "datomic"],
"maintainers": [{
"name": "Shaun Gilchrist",
"email": "shaunxcode@gmail.com",
"web": "http://order-of-no.posterous.com"
}],
"contributors": [{
"name": "Shaun Gilchrist",
"email": "shaunxcode@gmail.com",
"web": "http://order-of-no.posterous.com"
}],
"bugs": "http://www.github.com/shaunxcode/datomicism/issues",
"licenses": [{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}],
"repository" : {
"type" : "git",
"url": "http://www.github.com/shaunxcode/datomicism"
},
"devDependencies": {
"component": "latest"
},
"dependencies": {
"coffee-script": "latest",
"optimist": "latest",
"express": "latest"
},
"bin": {
"datomicism": "./bin/datomicism"
}
}