This repository was archived by the owner on Jan 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.37 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.37 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
44
45
46
47
48
49
50
51
52
53
{
"name": "firebase-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "gulp watch",
"test": "gulp test"
},
"dependencies": {
},
"devDependencies": {
"connect-history-api-fallback": "1.1.0",
"event-stream": "3.3.2",
"gulp": "3.9.0",
"gulp-angular-filesort": "1.1.1",
"gulp-bower-files": "0.2.7",
"gulp-cached": "1.1.0",
"gulp-clean": "0.3.1",
"gulp-concat": "2.6.0",
"gulp-csslint": "0.2.0",
"gulp-embedlr": "0.5.2",
"gulp-filter": "3.0.1",
"gulp-header": "1.7.1",
"gulp-htmlmin": "1.2.0",
"gulp-inject": "3.0.0",
"gulp-jshint": "1.12.0",
"gulp-karma": "0.0.5",
"gulp-livereload": "3.8.1",
"gulp-load-plugins": "1.0.0",
"gulp-minify-css": "1.2.1",
"gulp-ng-annotate": "1.1.0",
"gulp-ng-constant": "1.1.0",
"gulp-ng-html2js": "0.2.0",
"gulp-rename": "1.2.2",
"gulp-replace-task": "0.11.0",
"gulp-sass": "2.1.0",
"gulp-serve": "1.2.0",
"gulp-uglify": "1.4.2",
"gulp-util": "3.0.7",
"jshint-stylish": "2.0.1",
"karma": "0.13.14",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "0.2.1",
"karma-firefox-launcher": "0.1.6",
"karma-mocha": "0.2.0",
"karma-phantomjs-launcher": "0.2.1",
"karma-script-launcher": "0.1.0",
"lazypipe": "1.0.1",
"sort-stream": "1.0.1",
"streamqueue": "1.1.1",
"tiny-lr": "0.2.1"
}
}