-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 1.05 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
{
"name": "Reception",
"version": "0.0.1",
"author": "Brenden Palmer",
"description": "Reception app for guests to RSVP and get information about the event.",
"private": true,
"engines": {
"node": ">=0.12.x"
},
"devDependencies": {
"browser-sync": "^2.7.6",
"browser-sync-spa": "^1.0.3",
"browserify": "^5.10.0",
"del": "^0.1.3",
"gulp": "^3.8.8",
"gulp-angular-templatecache": "^1.3.0",
"gulp-autoprefixer": "^2.0.0",
"gulp-jshint": "^1.8.3",
"gulp-karma": "0.0.4",
"gulp-minify-css": "^1.2.1",
"gulp-minify-html": "^1.0.4",
"gulp-ng-html2js": "^0.2.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-notify": "^2.0.0",
"gulp-protractor": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-rev": "^6.0.1",
"gulp-sass": "^2.0.4",
"gulp-sequence": "^0.4.1",
"gulp-sourcemaps": "^1.3.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.0.1",
"gulp-usemin": "^0.3.9",
"gulp-util": "^3.0.1",
"gulp-concat": "^2.6.0",
"karma": "^0.12.21",
"karma-chrome-launcher": "^0.1.4"
}
}