-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.05 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.05 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
{
"name": "ionicStartupKit",
"version": "0.0.1",
"description": "ionicStartupKit: Ionic project boilerplate",
"author": {
"name": "NET Media international services ltd.",
"email": "netmedia@netmedia.hr",
"url": "http://netmedia.hr/"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/netmedia/ionic-starter-kit.git"
},
"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"
},
"devDependencies": {
"bower": "^1.3.3",
"browserify": "^11.0.1",
"del": "^2.0.1",
"gulp-angular-templatecache": "^1.7.0",
"gulp-if": "^1.2.5",
"gulp-image-optimization": "^0.1.3",
"gulp-preprocess": "^1.2.0",
"gulp-shell": "^0.4.3",
"gulp-uglify": "^1.4.0",
"gulp-util": "^2.2.14",
"shelljs": "^0.3.0",
"vinyl-source-stream": "^1.1.0",
"yargs": "^3.24.0"
},
"cordovaPlugins": [
"com.ionic.keyboard",
"cordova-plugin-whitelist"
],
"cordovaPlatforms": [],
"license": "MIT"
}