-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
59 lines (59 loc) · 1.51 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
51
52
53
54
55
56
57
58
59
{
"name": "smart-home-mobile",
"version": "1.2.0",
"description": "Used to control home automation devices.",
"author": "Justin Unterreiner",
"license": "MIT",
"homepage": "http://www.justin-credible.net/Projects/Smart-Home-Mobile",
"repository": {
"type": "git",
"url": "https://github.com/Justin-Credible/Smart-Home-Mobile.git"
},
"dependencies": {
"async": "1.4.2",
"bower": "1.6.3",
"bower-installer": "1.2.0",
"cordova": "5.3.3",
"del": "2.0.2",
"gulp": "3.9.0",
"gulp-eol": "0.1.1",
"gulp-gzip": "1.2.0",
"gulp-if": "2.0.0",
"gulp-rename": "1.2.2",
"gulp-tar": "1.5.0",
"gulp-tslint": "3.3.1",
"gulp-typescript": "2.9.2",
"gulp-util": "3.0.6",
"ionic": "1.7.6",
"request": "2.65.0",
"run-sequence": "1.1.4",
"shelljs": "0.5.3",
"tsd": "0.6.5",
"tslint": "2.5.1",
"typescript": "1.6.2",
"xmldom": "0.1.19",
"xpath": "0.0.9"
},
"scripts": {
"test": "gulp lint"
},
"cordovaPlugins": [
{
"locator": "https://github.com/Justin-Credible/cordova-progressIndicator.git"
}
],
"cordovaPlatforms": [
"ios",
"android"
]
}