-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.57 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.57 KB
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
84
85
86
87
88
89
90
91
92
{
"name": "NSBApp",
"version": "1.2.1",
"description": "An app that helps people practice with National Science Bowl questions",
"author": "Ashwin Ramaswami",
"dependencies": {
"angularfire": "^2.2.0",
"async": "^2.1.4",
"bluebird": "^3.0.5",
"deasync": "^0.1.9",
"ionic-native-transitions": "^1.0.3",
"pdf2json": "^1.1.7",
"sync": "^0.2.5"
},
"devDependencies": {
"beepbeep": "^1.2.0",
"bower": "^1.3.3",
"chai": "^3.4.1",
"connect-livereload": "^0.5.2",
"del": "^2.2.2",
"express": "^4.11.1",
"glob": "^4.3.5",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^1.5.0",
"gulp-autoprefixer": "^2.1.0",
"gulp-cached": "^1.1.0",
"gulp-changed": "^1.2.1",
"gulp-concat": "^2.4.3",
"gulp-iconfont": "^1.0.0",
"gulp-iconfont-css": "0.0.9",
"gulp-if": "^1.2.5",
"gulp-inject": "^1.1.1",
"gulp-jshint": "^1.9.0",
"gulp-livereload": "^3.7.0",
"gulp-load-plugins": "^1.4.0",
"gulp-ng-annotate": "^0.5.0",
"gulp-protractor": "^1.0.0",
"gulp-remember": "^0.3.0",
"gulp-rev": "^3.0.0",
"gulp-sass": "^2.0.1",
"gulp-shell": "^0.2.11",
"gulp-strip-css-comments": "^1.1.0",
"gulp-strip-debug": "^1.0.2",
"gulp-uglify": "^1.1.0",
"gulp-util": "^2.2.14",
"jshint-stylish": "^1.0.0",
"karma": "^0.13.15",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.1",
"karma-coverage": "^0.5.3",
"karma-firefox-launcher": "^0.1.7",
"karma-mocha": "^0.2.1",
"karma-ng-html2js-preprocessor": "^0.2.0",
"karma-sinon": "^1.0.4",
"lodash": "^3.10.1",
"merge-stream": "^0.1.7",
"mocha": "^2.3.3",
"open": "0.0.5",
"protractor": "^2.5.1",
"ripple-emulator": "^0.9.28",
"run-sequence": "^1.0.2",
"shelljs": "^0.3.0",
"sinon": "^1.17.2",
"streamqueue": "^0.1.1",
"wiredep": "^4.0.0",
"yargs": "^1.3.3"
},
"scripts": {
"gulp": "./node_modules/.bin/gulp"
},
"cordovaPlugins": [
"cordova-plugin-splashscreen",
"cordova-plugin-whitelist",
"cordova-plugin-facebookads",
"cordova-plugin-nativeaudio",
"cordova-plugin-code-push",
"cordova-plugin-firebase",
"ionic-plugin-keyboard",
"cordova-plugin-crosswalk-webview",
{
"locator": "https://github.com/Telerik-Verified-Plugins/NativePageTransitions#0.4.2",
"id": "com.telerik.plugins.nativepagetransitions"
},
"cordova-plugin-firebase@~0.1.18",
"cordova-plugin-crosswalk-webview@~2.1.0",
"cordova-plugin-admob-free",
"cordova-plugin-inappbrowser"
],
"cordovaPlatforms": [
"ios"
]
}