-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.98 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
{
"name": "dockerclient",
"version": "1.0.0",
"description": "dockerClient: An Ionic project",
"dependencies": {
"gulp": "^3.5.6",
"gulp-sass": "^1.3.3",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0",
"jspm": "^0.15.3"
},
"devDependencies": {
"bower": "^1.3.3",
"gulp-util": "^2.2.14",
"shelljs": "^0.3.0"
},
"cordovaPlugins": [
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"com.ionic.keyboard"
],
"cordovaPlatforms": [],
"jspm": {
"directories": {
"baseURL": "www",
"packages": "www/lib"
},
"configFile": "www/js/config.js",
"dependencies": {
"angular": "github:angular/[email protected]",
"angular-animate": "github:angular/[email protected]",
"angular-sanitize": "github:angular/[email protected]",
"angular-ui-router": "github:angular-ui/[email protected]",
"docker-api-wrapper": "npm:docker-api-wrapper@^0.2.9",
"driftyco/ng-cordova": "github:driftyco/ng-cordova@^0.1.20-alpha",
"ionic": "github:driftyco/ionic-bower@^1.1.0",
"moment": "github:moment/moment@^2.10.6",
"raibutera/robotodraft": "github:raibutera/robotodraft@^1.1.0",
"style": "github:systemjs/[email protected]",
"urish/angular-moment": "github:urish/angular-moment@^0.10.2",
"zachsoft/Ionic-Material": "github:zachsoft/Ionic-Material@^0.4.2"
},
"devDependencies": {
"babel": "npm:babel-core@^5.1.13",
"babel-runtime": "npm:babel-runtime@^5.1.13",
"core-js": "npm:core-js@^0.9.4"
},
"overrides": {
"github:driftyco/[email protected]": {
"shim": {
"js/ionic-angular": {
"deps": [
"./ionic",
"angular",
"angular-animate",
"angular-sanitize",
"angular-ui-router"
]
}
}
}
}
}
}