-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.49 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
51
52
53
54
55
56
57
58
{
"name": "guh-webinterface",
"version": "0.1.0",
"description": "A web app for guh written with AngularJS.",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/guh/guh-webinterface.git"
},
"keywords": [
"guh",
"guh-webinterface",
"angularjs"
],
"author": "Lukas Mayerhofer <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/guh/guh-webinterface/issues"
},
"homepage": "https://github.com/guh/guh-webinterface",
"devDependencies": {
"browser-sync": "^2.8.0",
"colors": "^1.1.2",
"del": "^1.2.0",
"event-stream": "^3.3.1",
"gulp": "^3.9.0",
"gulp-angular-filesort": "^1.1.1",
"gulp-concat": "^2.6.0",
"gulp-debug": "^2.0.1",
"gulp-htmlhint": "^0.2.0",
"gulp-htmlmin": "^1.1.3",
"gulp-if": "^1.2.5",
"gulp-ignore": "^1.2.1",
"gulp-inject": "^1.3.1",
"gulp-jshint": "^1.11.2",
"gulp-minify-css": "^1.2.0",
"gulp-ng-html2js": "^0.2.0",
"gulp-ngdocs": "^0.2.13",
"gulp-order": "^1.1.1",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.3",
"gulp-size": "^1.2.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-svg-sprite": "^1.2.8",
"gulp-uglify": "^1.2.0",
"jshint-stylish": "^2.0.1",
"main-bower-files": "^2.9.0",
"node-bourbon": "^4.2.3",
"node-neat": "^1.7.2",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.1",
"yargs": "^3.15.0"
}
}