-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.05 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
{
"name": "lifestream",
"preferGlobal": "true",
"version": "0.0.1",
"author": "Craig Cook",
"description": "an edition for TW5",
"contributors": [
{
"name": "Craig Cook"
}
],
"bin": {
"tiddlywiki": "./node_modules/tiddlywiki/tiddlywiki.js"
},
"repository": {
"type": "git",
"url": "https://github.com/BoyCook/CraigCook.git"
},
"keywords": [
"tiddlywiki",
"tiddlywiki5",
"wiki",
"lifestream"
],
"dependencies" : {
"socket.io": "0.9.14",
"tiddlywiki5": "https://github.com/BoyCook/TiddlyWiki5/tarball/master",
"twitter-js-client": "https://github.com/BoyCook/TwitterJSClient/tarball/master",
"wordpress-js-client": "https://github.com/BoyCook/WordPressJSClient/tarball/master",
"github-js-client": "https://github.com/BoyCook/GitHubJSClient/tarball/master",
"jenkins-js-client": "https://github.com/BoyCook/JenkinsJSClient/tarball/master"
},
"devDependencies": {
},
"bundleDependencies": [
],
"license": "BSD",
"engines": {
"node": ">=0.8.2"
}
}