-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.26 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
{
"name": "JourneyPlanner",
"version": "0.0.0",
"description": "Journey Planner App. Made using Angular and Angular-Material.",
"main": "index.html",
"scripts": {
"heroku_deploy": "git push heroku master",
"postinstall": "gulp build"
},
"repository": {
"type": "git",
"url": "git://github.com/thvd/journey-planner.git"
},
"author": "",
"license": "",
"bugs": {
"url": "https://github.com/thvd/journey-planner/issues"
},
"homepage": "https://github.com/thvd/journey-planner",
"devDependencies": {
"gulp": "~3.9.0",
"gulp-concat": "~2.6.0",
"gulp-connect": "~2.2.0",
"gulp-filesize": "0.0.6",
"gulp-html-replace": "~1.5.1",
"gulp-if": "~1.2.5",
"gulp-minify-css": "~1.2.0",
"gulp-ng-annotate": "~1.0.0",
"gulp-print": "~1.1.0",
"gulp-replace": "~0.5.0",
"gulp-size": "~1.2.0",
"gulp-sourcemaps": "~1.5.2",
"gulp-tap": "~0.1.3",
"gulp-uglify": "~1.2.0",
"gulp-util": "~3.0.1",
"yargs": "^3.15.0"
},
"dependencies": {
"angular": "~1.8.0",
"angular-google-maps": "~2.0.9",
"angular-material": "~0.10.0",
"angular-ui-router": "~0.2.12",
"angularfire": "~1.1.2",
"http-server": "^0.8.0",
"lodash": "^4.17.19"
},
"engines": {
"node": "0.12.x"
}
}