-
Notifications
You must be signed in to change notification settings - Fork 219
/
package.json
39 lines (39 loc) · 1.04 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
{
"name": "ot",
"description": "Collaborative editing using operational transformation",
"keywords": [
"operational transformation"
],
"version": "0.0.15",
"author": "Tim Baumann <[email protected]> (http://timbaumann.info)",
"homepage": "http://operational-transformation.github.com",
"repository": {
"type": "git",
"url": "https://github.com/operational-transformation/ot.js"
},
"bugs": {
"url": "https://github.com/operational-transformation/ot.js/issues"
},
"main": "./lib/index.js",
"dependencies": {},
"devDependencies": {
"socket.io": "1.2.1",
"grunt": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-qunit": "*",
"grunt-contrib-nodeunit": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-connect": "*"
},
"scripts": {
"test": "grunt jshint nodeunit qunit"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/github.com/operational-transformation/ot.js/raw/master/LICENSE"
}
]
}