-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.13 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
{
"name": "iofio-podcast-app",
"version": "0.0.0",
"description": "iofio podcast player app built with ionic",
"repository": {
"type": "git",
"url": "https://github.com/iofio/podcast-app.git"
},
"license": "MIT",
"dependencies": {
"rss-parser": "^2.0.2",
"xml2js": "^0.4.15"
},
"devDependencies": {
"bower": "^1.3.3",
"gulp": "^3.5.6",
"gulp-concat": "^2.2.0",
"gulp-rename": "^1.2.0",
"gulp-clean-css": "^2.0.4",
"gulp-sass": "^2.1.0-beta",
"gulp-connect": "^2.2.0",
"gulp-typescript": "^2.12.2",
"gulp-util": "^2.2.14",
"node-sass": "^3.3.3",
"protractor": "^2.2.0",
"shelljs": "^0.3.0",
"typescript": "^1.8.9",
"typings": "^0.7.11"
},
"cordovaPlugins": [
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"com.ionic.keyboard",
{
"locator": "https://github.com/wnyc/cordova-plugin-playerhater.git",
"id": "org.nypr.cordova.playerhaterplugin"
}
],
"cordovaPlatforms": [
"ios",
{
"platform": "android",
"locator": "browser"
}
]
}