-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
115 lines (115 loc) · 3.13 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "uguru-web",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git://github.com/username/repository.git"
},
"engines": {
"npm": ">=0.12.2"
},
"description": "uguru-mobile: An Ionic project",
"dependencies": {
"beepbeep": "^1.2.0",
"browserslist": "~0.5.0",
"caniuse-db": "~1.0.30000232",
"chalk": "^1.1.1",
"connect-livereload": "^0.5.3",
"dateformat": "^1.0.11",
"del": "^1.2.0",
"event-stream": "^3.3.2",
"express": "^4.13.1",
"fs": "0.0.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-debug": "^2.0.1",
"gulp-footer": "^1.0.5",
"gulp-header": "^1.7.1",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^0.3.13",
"gulp-preprocess": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace-task": "^0.11.0",
"gulp-sass": "^0.7.3",
"gulp-util": "^3.0.7",
"ionic": "~1.3.2",
"ios-sim": "^4.1.1",
"jasmine-spec-reporter": "^2.4.0",
"js-string-escape": "^1.0.0",
"jshint-stylish": "^2.0.1",
"karma": "~0.12.37",
"lodash._reinterpolate": "^3.0.0",
"lodash.template": "^3.6.2",
"merge-stream": "^0.1.8",
"minimist": "^1.2.0",
"multipipe": "^0.2.0",
"nan": "^2.1.0",
"node-gyp": "^3.2.1",
"node-sass": "^3.4.2",
"num2fraction": "~1.1.0",
"object-assign": "^4.0.1",
"open": "0.0.5",
"path": "0.11.14",
"plur": "^2.0.0",
"run-sequence": "^1.1.1",
"streamqueue": "^1.1.0",
"stringify-object": "^2.3.0",
"tildify": "^1.1.2",
"util": "^0.10.3",
"vinyl": "^1.1.0",
"yargs": "^3.15.0"
},
"devDependencies": {
"bower": "^1.3.3",
"bufferstreams": "^1.0.1",
"clean-css": "^3.1.5",
"commander": "^2.6.0",
"gulp-angular-templatecache": "^1.5.0",
"gulp-changed": "^1.1.1",
"gulp-htmlmin": "^2.0.0",
"gulp-if": "^1.2.5",
"gulp-jshint": "^1.9.2",
"gulp-minify-css": "^0.3.13",
"gulp-ng-annotate": "^0.5.2",
"gulp-replace-task": "^0.11.0",
"gulp-rev": "^3.0.1",
"gulp-ruby-sass": "^1.0.0-alpha.3",
"gulp-strip-css-comments": "^1.1.0",
"gulp-uglify": "^1.1.0",
"gulp-util": "^2.2.14",
"jasmine-core": "^2.2.0",
"jasmine-spec-reporter": "~2.4.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-safari-launcher": "^0.1.1",
"memory-cache": "^0.1.1",
"rev": "0.0.1",
"shelljs": "^0.3.0",
"source-map": "^0.4.1",
"strip-css-comments": "^2.0.1",
"through2": "^0.6.3",
"vinyl-sourcemaps-apply": "^0.1.4"
},
"cordovaPlugins": [],
"cordovaPlatforms": [],
"bugs": {
"url": "https://github.com/username/repository/issues"
},
"homepage": "https://github.com/username/repository#readme",
"main": "gulpfile.js",
"directories": {
"test": "test"
},
"scripts": {
"setup": "chmod 777 ./scripts/ug/push_staging.sh",
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "gulp -b",
"push-staging": "./scripts/ug/push_staging.sh"
},
"author": "",
"license": "ISC"
}