-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
51 lines (51 loc) · 1.17 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
50
51
{
"name": "twikifier",
"description": "A node.js based wikifier for TiddlyWiki text.",
"version": "0.3.1",
"license": "BSD-3-Clause",
"homepage": "https://github.com/tiddlyweb/twikifier",
"author": "Chris Dent",
"contributors": "Ben Paddock",
"repository": {
"type": "git",
"url": "git://github.com/tiddlyweb/twikifier.git"
},
"bugs": {
"url": "https://github.com/tiddlyweb/twikifier/issues"
},
"scripts": {
"test": "grunt test"
},
"bin": {
"twikifier": "./bin/server.js"
},
"dependencies": {
"async": "0.2.x",
"location": "0.0.x",
"jsdom": "0.6.x",
"xmlhttprequest": "1.5.x",
"tav": "0.1.x",
"jquery": "1.8.x",
"memcached": "0.2.x",
"node-uuid": "1.4.x",
"url": "0.7.x",
"net": "1.0.x",
"htmlparser": "1.7.x",
"navigator": "1.0.x"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.1.1",
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.4.0",
"grunt-curl": "~1.1.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-copy": "~0.4.0",
"grunt-release": "~0.3.1",
"grunt-replace": "~0.6.2"
},
"keywords": [
"twikifier",
"tiddlywiki",
"tiddlyweb"
]
}