forked from tomassedovic/etherpad-lite-client-js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 863 Bytes
/
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
{
"name": "etherpad-lite-client",
"description": "Wrapper for the Etherpad Lite API",
"version": "0.9.0",
"author": "Tomas Sedovic <[email protected]>",
"contributors": [
"anshulc https://github.com/anshulc",
"haraldjordan78 https://github.com/haraldjordan78",
"Michael Lutonsky http://luto.at/",
"Simon Gaeremynck http://gaeremynck.com/",
"yourcelf https://github.com/yourcelf"
],
"keywords": [
"etherpad",
"api"
],
"homepage": "https://github.com/tomassedovic/etherpad-lite-client-js",
"repository": {
"type": "git",
"url": "git://github.com/tomassedovic/etherpad-lite-client-js.git"
},
"dependencies": {
},
"devDependencies": {
"coffee-script": "~1"
},
"scripts": {
"prepublish": "cake build"
},
"main": "./main.js",
"license": "MIT",
"engines": {
"node": ">= 0.4.0"
}
}