forked from RocketChat/Rocket.Chat.Cordova
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 783 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
{
"name": "rocket.chat.cordova",
"version": "0.0.1",
"description": "Rocket.Chat mobile applications",
"main": "index.js",
"dependencies": {
"async": "^1.5.2",
"glob": "^5.0.14",
"nopt": "^3.0.4",
"q": "^1.4.1",
"request": "^2.65.0",
"shelljs": "^0.5.3",
"ticons": "^0.19.0",
"underscore": "^1.8.3",
"which": "^1.1.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RocketChat/Rocket.Chat.Cordova.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/RocketChat/Rocket.Chat.Cordova/issues"
},
"homepage": "https://github.com/RocketChat/Rocket.Chat.Cordova#readme"
}