-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.12 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
{
"name": "envirocar-www-ng",
"version": "0.0.1",
"description": "AngularJS Webapp for the enviroCar Project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"url": "https://github.com/enviroCar/envirocar-www-ng.git"
},
"author": "Arne de Wall",
"license": "MIT",
"devDependencies": {
"acorn": "^6.1.1",
"browserify": "^13.1.1",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.0",
"gulp-connect": "^5.7.0",
"gulp-cssmin": "^0.2.0",
"gulp-debug": "^4.0.0",
"gulp-filter": "^6.0.0",
"gulp-inject": "^4.1.0",
"gulp-ng-annotate": "^2.1.0",
"gulp-ng-config": "^1.2.1",
"gulp-ruby-sass": "^2.1.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^2.0.0",
"main-bower-files": "^2.13.3",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"body-parser": "^1.15.2",
"bower": "^1.8.8",
"express": "^4.14.0",
"morgan": "^1.9.1",
"natives": "^1.1.6",
"ng-annotate": "^1.2.2",
"node-sass": "^4.13.0",
"path": "^0.12.7",
"requirejs": "^2.3.2",
"stream-series": "^0.1.1"
}
}