-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
41 lines (41 loc) · 889 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
36
37
38
39
40
41
{
"name": "herokupad",
"version": "0.0.1",
"description": "",
"main": "web.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "0.10.x"
},
"repository": {
"type": "git",
"url": "https://github.com/talexand/etherpad-lite.git"
},
"keywords": [
"heroku",
"etherpad"
],
"author": "trevor-alexander",
"license": "GPL",
"bugs": {
"url": "https://github.com/talexand/etherpad-lite/issues"
},
"homepage": "https://github.com/talexand/etherpad-lite",
"dependencies": {
"jquery": "^1.9.1",
"mkdirp": "^0.5.0",
"minimatch": "^1.0.0",
"once": "^1.3.0",
"glob": "^4.0.2",
"fstream": "^1.0.0",
"tar": "^1.0.0",
"semver": "^2.3.0",
"graceful-fs": "^3.0.0",
"npm-cache-filename": "^1.0.0",
"ini": "^1.2.0",
"osenv": "^0.1.0",
"github-url-from-git": "1.3.0"
}
}