-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.56 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
{
"name": "SwipeToMeet",
"version": "3.5.1",
"description": "SwipeToMeet Mobile application",
"repository": "N/A",
"readme": "N/A",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "",
"devDependencies": {
"colors": "^1.1.2",
"del": "^1.2.0",
"event-stream": "~3.1.7",
"fs-extra": "~0.19.0",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "~1.3.0",
"gulp-coffee": "~2.2.0",
"gulp-concat": "~2.3.4",
"gulp-filter": "~1.0.2",
"gulp-git": "^1.1.0",
"gulp-if": "~1.2.4",
"gulp-ignore": "~1.2.0",
"gulp-imagemin": "^2.3.0",
"gulp-inject": "^1.1.1",
"gulp-karma": "0.0.4",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "~0.3.7",
"gulp-minify-html": "~0.1.4",
"gulp-minify-inline": "^0.1.0",
"gulp-modify": "0.1.1",
"gulp-notify": "~1.5.0",
"gulp-plumber": "~0.6.5",
"gulp-print": "^1.1.0",
"gulp-prompt": "^0.1.2",
"gulp-rename": "^1.2.2",
"gulp-replace": "~0.4.0",
"gulp-rimraf": "~0.1.0",
"gulp-run": "~1.6.4",
"gulp-sass": "^2.0.0",
"gulp-size": "~1.1.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "~1.0.0",
"gulp-using": "0.0.1",
"gulp-util": "~3.0.1",
"gulp-wait": "0.0.2",
"imagemin-pngcrush": "^4.1.0",
"karma": "~0.10.8",
"karma-chrome-launcher": "~0.1.7",
"karma-coffee-preprocessor": "~0.1.2",
"karma-jasmine": "~0.1.5",
"karma-ng-scenario": "~0.1.0",
"karma-phantomjs2-launcher": "~0.1",
"rev-hash": "^1.0.0",
"run-sequence": "~0.3.6"
}
}