-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.24 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
84
85
86
87
{
"name": "eTrips",
"version": "2.0.0",
"description": "UNICEF: eTrips",
"repository": {
"type": "git",
"url": "https://github.com/unicef/eTools-eTrips.git"
},
"license": "MIT",
"dependencies": {
"gulp": "^3.5.6",
"gulp-concat": "^2.6.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.3.1",
"lodash": "^4.11.1",
"protractor": "^3.1.1"
},
"devDependencies": {
"async": "^1.5.2",
"beepbeep": "^1.2.0",
"bower": "^1.7.9",
"browser-sync": "^2.12.5",
"chai": "^3.5.0",
"chai-as-promised": "^5.2.0",
"chalk": "^1.1.3",
"connect-livereload": "^0.5.4",
"del": "^2.2.0",
"express": "^4.13.4",
"faker": "^3.0.1",
"gulp-angular-templatecache": "^1.8.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-cached": "^1.1.0",
"gulp-changed": "^1.3.0",
"gulp-clean-css": "^2.0.6",
"gulp-concat-css": "^2.2.0",
"gulp-help": "^1.6.1",
"gulp-html-extract": "^0.1.0",
"gulp-if": "^2.0.0",
"gulp-inject": "^4.0.0",
"gulp-jscs": "^3.0.2",
"gulp-jscs-stylish": "^1.4.0",
"gulp-jshint": "^2.0.0",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.2.2",
"gulp-ng-annotate": "^2.0.0",
"gulp-preprocess": "^2.0.0",
"gulp-protractor": "^2.3.0",
"gulp-remember": "^0.3.0",
"gulp-replace-task": "^0.11.0",
"gulp-rev": "^7.0.0",
"gulp-shell": "^0.5.2",
"gulp-strip-css-comments": "^1.2.0",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"ionic-minify": "^2.0.8",
"jshint-stylish": "^2.2.0",
"merge-stream": "^1.0.0",
"mocha": "^2.4.5",
"open": "0.0.5",
"path": "^0.12.7",
"pg": "^4.5.3",
"run-sequence": "^1.1.5",
"shelljs": "^0.3.0",
"streamqueue": "^1.1.1",
"wd": "^0.4.0",
"wd-bridge": "0.0.2",
"xml2js": "^0.4.16",
"yargs": "^4.6.0"
},
"cordovaPlugins": [
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"ionic-plugin-keyboard",
"cordova-plugin-camera",
"cordova-plugin-file-transfer",
"cordova-plugin-file",
"cordova-plugin-network-information",
"cordova-plugin-globalization"
],
"cordovaPlatforms": [
"android",
"ios"
]
}