-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.35 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
{
"name": "calendar-app",
"version": "0.2.9",
"description": "App that allows me girlfriend to save her working shifts, so they get synced with Google Calendar",
"dependencies": {
"babel-core": "^6.26.0",
"require-dir": "^0.3.2",
"yargs": "^8.0.2"
},
"devDependencies": {
"babel-preset-es2015": "^6.13.2",
"bower": "^1.7.9",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-angular-filesort": "^1.1.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-babel": "^7.0.0",
"gulp-bump": "^2.2.0",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-git": "^2.4.2",
"gulp-inject": "^4.1.0",
"gulp-inject-version": "^1.0.1",
"gulp-jsonminify": "^1.0.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-run-sequence": "^0.3.2",
"gulp-uglify": "^3.0.0",
"gulp-uglifycss": "^1.0.6",
"http-server": "^0.10.0",
"main-bower-files": "^2.13.1"
},
"scripts": {
"postinstall": "bower install",
"prestart": "npm install",
"start": "http-server ./app -a localhost -p 8000 -c-1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TomMatheussen/calendar-app.git"
},
"author": "Tom Matheussen",
"license": "ISC",
"bugs": {
"url": "https://github.com/TomMatheussen/calendar-app/issues"
},
"homepage": "https://github.com/TomMatheussen/calendar-app#readme"
}