-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
83 lines (81 loc) · 2.14 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "bustime",
"version": "1.1.3",
"description": "Hybrid mobile app for OneBusAway NYC APIs",
"main": "gulpfile.js",
"dependencies": {
"bower": "^1.4.1",
"del": "^2.0.2",
"angular-jsdoc": "^1.2.1",
"angular-mocks": "1.5.3",
"gulp": "^3.8.11",
"gulp-clean-css": "^2.0.3",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^1.10.0",
"gulp-ng-annotate": "^0.5.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-scss-lint": "^0.2.2",
"gulp-shell": "^0.4.3",
"gulp-uglify": "^1.2.0",
"gulp-util": "^2.2.20",
"jasmine-core": "^2.3.4",
"jsdoc": "^3.3.3",
"jshint-stylish": "^1.0.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.3",
"karma-coverage": "^0.5.2",
"karma-jasmine": "^0.3.8",
"ng-describe": "^1.4.1",
"shelljs": "^0.3.0",
"istanbul": "^0.3.13",
"jshint": "^2.6.3",
"karma-cli": "0.0.4",
"karma-phantomjs-launcher": "^0.1.4",
"mocha": "^2.0.1",
"phantomjs": "^1.9.16",
"rimraf": "^2.3.2",
"should": "^4.3.0",
"uglify-js": "^2.4.17",
"lokijs": "1.4.2"
},
"devDependencies": {
},
"cordovaPlugins": [
"cordova-plugin-network-information",
"cordova-plugin-device",
"cordova-plugin-splashscreen",
"cordova-plugin-inappbrowser#master",
"cordova-plugin-whitelist",
{
"locator": "https://github.com/apache/cordova-plugin-wkwebview-engine.git#master",
"id": "cordova-plugin-wkwebview-engine"
},
{
"locator": "https://github.com/apache/cordova-plugin-inappbrowser",
"id": "cordova-plugin-inappbrowser"
},
"cordova-plugin-geolocation"
],
"cordovaPlatforms": [
"browser",
{
"platform": "ios",
"locator": "https://github.com/apache/cordova-ios.git#master"
},
"android"
],
"scripts": {
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/camsys/onebusaway-nyc-atstop.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/camsys/onebusaway-nyc-atstop/issues"
},
"homepage": "https://github.com/camsys/onebusaway-nyc-atstop#readme"
}