-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.39 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": "mws-restaurant-stage-3",
"version": "1.0.0",
"description": "Restaurant project for Mobile Web Specialist",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MariusVatasoiu/mws-restaurant-stage-3.git"
},
"author": "Marius Vatasoiu",
"license": "ISC",
"bugs": {
"url": "https://github.com/MariusVatasoiu/mws-restaurant-stage-3/issues"
},
"homepage": "https://github.com/MariusVatasoiu/mws-restaurant-stage-3#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"browser-sync": "^2.24.4",
"connect-modrewrite": "^0.10.2",
"grunt": "^1.0.2",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.5.0",
"grunt-mkdir": "~0.1.2",
"gulp-autoprefixer": "^5.0.0",
"gulp-babel": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.5.0",
"gulp-if": "^2.0.2",
"gulp-open": "^3.0.1",
"gulp-sass": "^3.2.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"gulp-useref": "^3.1.5"
},
"dependencies": {
"compression": "^1.7.2",
"dexie": "^2.0.2",
"grunt-responsive-images": "^0.1.6",
"gulp": "^3.9.1",
"http2": "^3.3.7"
}
}