-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.46 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": "tripjournal",
"version": "1.0.0",
"description": "TripJournal: Visualize your trip!",
"author": {
"name": "TripJournal Team",
"email": "tripjournalapp@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/CS410-2015Fall/Group_30_TripJournal.git"
},
"dependencies": {
"gulp": "^3.5.6",
"gulp-concat": "^2.2.0",
"gulp-inject": "^3.0.x",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.4"
},
"devDependencies": {
"bower": "^1.3.3",
"gulp-util": "^2.2.14",
"istanbul": "^0.4.x",
"jasmine": "^2.3.2",
"jasmine-core": "^2.3.4",
"karma": "^0.13.15",
"karma-coverage": "^0.5.3",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"phantomjs": "^1.9.18",
"shelljs": "^0.3.0"
},
"scripts": {
"test": "./node_modules/.bin/gulp test"
},
"cordovaPlugins": [
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"cordova-plugin-camera",
"cordova-plugin-inappbrowser",
"cordova-plugin-geolocation",
"com.ionic.keyboard",
{
"locator": "https://github.com/apache/cordova-plugin-whitelist.git",
"id": "cordova-plugin-customurlscheme"
},
{
"locator": "https://github.com/VersoSolutions/CordovaClipboard.git",
"id": "cordova.plugins.clipboard"
}
],
"cordovaPlatforms": [
"ios",
"android"
]
}