-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.3 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
{
"name": "in-vision-day-workshop-2016",
"version": "1.0.0",
"description": "This is the super awesome web app skeleton to kick off.",
"main": "app/index.html",
"scripts": {
"dev": "gulp dev",
"test": "gulp test",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hotelde/in-vision-day-workshop-2016.git"
},
"keywords": [
"HOTELDE",
"Workshop",
"Nürnberg",
"JavaScript"
],
"author": "Peter Müller <peter.mueller@hotel.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hotelde/in-vision-day-workshop-2016/issues"
},
"homepage": "https://github.com/hotelde/in-vision-day-workshop-2016#readme",
"devDependencies": {
"angular": "^1.5.3",
"angular-route": "^1.5.3",
"bootstrap": "^3.3.6",
"connect-history-api-fallback": "^1.2.0",
"css-loader": "^0.23.1",
"file-loader": "^0.8.5",
"gulp": "^3.9.1",
"gulp-connect": "^3.2.2",
"gulp-minify-html": "^1.0.6",
"gutil": "^1.6.4",
"html-loader": "^0.4.3",
"less": "^2.6.1",
"less-loader": "^2.2.3",
"ng-annotate-loader": "^0.1.0",
"path": "^0.12.7",
"require-dir": "^0.3.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.12.15",
"webpack-dev-server": "^1.14.1"
}
}