forked from ruby-china/ruby-china-ionic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.03 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.03 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
{
"name": "ruby-china-app",
"version": "1.2.1",
"description": "Official Ruby China Mobile App",
"dependencies": {
"gulp": "^3.5.6",
"gulp-sass": "^2.0.4",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^1.2.3",
"gulp-rename": "^1.2.0"
},
"devDependencies": {
"async": "^1.5.0",
"bower": "^1.3.3",
"clean-css": "^3.4.8",
"gulp-angular-templatecache": "^1.8.0",
"gulp-if": "^2.0.0",
"gulp-inject": "^3.0.0",
"gulp-load-plugins": "^1.1.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-print": "^2.0.1",
"gulp-rimraf": "^0.2.0",
"gulp-uglify": "^1.5.1",
"gulp-useref": "^3.0.0",
"gulp-util": "^3.0.7",
"jshint": "^2.8.0",
"jshint-stylish": "^2.1.0",
"mv": "^2.1.1",
"ng-annotate": "^1.0.2",
"shelljs": "^0.5.3",
"uglify-js": "^2.6.1",
"wiredep": "^3.0.0",
"yargs": "^3.30.0"
},
"cordovaPlugins": [
"cordova-plugin-safariviewcontroller",
"cordova-plugin-app-version",
"cordova-plugin-statusbar"
],
"cordovaPlatforms": [
"ios"
]
}