-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
50 lines (50 loc) · 1.22 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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "js-sdk",
"title": "Echo JS SDK",
"description": "Javascript SDK for Echo applications",
"version": "3.0.29",
"homepage": "http://echoappsteam.github.io/js-sdk/",
"author": {
"name": "Echo",
"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": "Apache-2.0",
"url": "https://github.com/EchoAppsTeam/js-sdk/blob/master/LICENSE"
}
],
"engines": {
"node": ">=0.8"
},
"dependencies": {
"async": "^0.9.0",
"grunt": "~0.4.5",
"grunt-bump": "^0.2.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.6.2",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.3.3",
"grunt-express": "^1.3.5",
"grunt-recess": "^0.6.1",
"grunt-saucelabs": "~4.1.2",
"lodash": "~2.4.1",
"sphere": "~0.3.0",
"underscore.string": "~2.3.3"
},
"devDependencies": {
"grunt-contrib-watch": "~0.6.1",
"grunt-newer": "^0.7.0",
"time-grunt": "0.2.10"
},
"private": true
}