forked from max-mapper/wiki-plugin-datscript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 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
47
48
49
{
"name": "wiki-plugin-datscript",
"version": "1.0.0",
"description": "Federated Wiki - Datscript Plugin",
"keywords": [
"datscript",
"wiki",
"federated wiki",
"plugin"
],
"author": {
"name": "Max Ogden",
"email": "[email protected]",
"url": "http://maxogden.com"
},
"contributors": [
{
"name": "Ward Cunningham",
"email": "[email protected]",
"url": "http://ward.fed.wiki.org"
}
],
"scripts": {
"start": "watchify client/datscript-src.js -o client/datscript.js -v"
},
"devDependencies": {
"watchify": "^3.2.1"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fedwiki/wiki-plugin-datscript.git"
},
"bugs": {
"url": "https://github.com/fedwiki/wiki-plugin-datscript/issues"
},
"engines": {
"node": "0.10"
},
"dependencies": {
"datscript": "melaniecebula/datscript",
"duplexify": "^3.4.1",
"gasket": "datproject/gasket",
"hackfile": "^4.0.0",
"ndjson": "^1.3.0",
"pump": "^1.0.0",
"websocket-stream": "^1.5.0"
}
}