forked from EchoAppsTeam/js-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 924 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": "js-sdk",
"title": "Echo JS SDK",
"description": "Javascript SDK for Echo applications",
"version": "3.0.6",
"homepage": "https://github.com/EchoAppsTeam/js-sdk",
"author": {
"name": "Echo",
"email": "[email protected]",
"url": "http://aboutecho.com"
},
"repository": {
"type": "git",
"url": "git://github.com/EchoAppsTeam/js-sdk.git"
},
"bugs": {
"url": "https://github.com/EchoAppsTeam/js-sdk/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/EchoAppsTeam/js-sdk/blob/master/LICENSE-MIT"
}
],
"scripts": {
"test": "bunyip -f web/tests/index.html -p 9000 -b ios"
},
"dependencies": {
"grunt-contrib": "~0.1.7",
"ftp": "~0.1.5",
"recess": "~1.0.3",
"wd": "~0.0.32",
"q": "*",
"request": "*",
"assert": "*"
},
"devDependencies": {
"grunt": "~0.3.14"
},
"keywords": []
}