-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 954 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 954 Bytes
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
{
"name": "ditto",
"version": "0.0.11",
"description": "",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"ditto-proxy": "./bin/ditto"
},
"repository": {
"type": "git",
"url": "git://github.com/browsertap/ditto.js.git"
},
"author": "",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/browsertap/ditto.js/issues"
},
"browser": "./lib/browser.js",
"dependencies": {
"protoclass": "0.0.5",
"domready": "~0.2.13",
"underscore": "~1.5.2",
"shoe": "0.0.15",
"bindable": "~0.5.24",
"dnode": "~1.2.0",
"hasher": "~1.2.0",
"gaze": "~0.5.0",
"browserify": "~3.24.13",
"async": "~0.2.10",
"minimist": "0.0.5",
"http-proxy": "~1.0.2",
"connect": "~2.12.0",
"jquery-browserify": "~1.8.1",
"colors": "~0.6.2",
"platform": "git+https://github.com/bestiejs/platform.js.git"
}
}