-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
66 lines (66 loc) · 1.79 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
59
60
61
62
63
64
65
66
{
"name": "ar-room-availability",
"version": "1.0.0",
"description": "see if rooms are empty or occupied by scanning the door plate",
"main": "public/index.html",
"author": "Marcel Freinbichler",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "node_modules/gulp/bin/gulp.js serve",
"build": "node_modules/gulp/bin/gulp.js build --production",
"postinstall": "npm run build"
},
"dependencies": {
"bootstrap": "4.0.0-alpha.5",
"humanize-duration": "^3.10.0",
"jquery": "^3.1.1",
"moment": "^2.18.1",
"moment-range": "^3.0.3",
"sass-mq": "^3.2.3",
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-preset-es2015": "^6.18.0",
"babelify": "^7.3.0",
"browser-sync": "^2.18.5",
"browserify": "^13.1.1",
"browserify-shim": "^3.8.10",
"del": "^2.2.2",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.1.3",
"eslint-plugin-import": "^2.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-cache": "^0.4.5",
"gulp-changed": "^1.3.0",
"gulp-compile-handlebars": "^0.6.1",
"gulp-concat": "^2.6.0",
"gulp-if": "^2.0.2",
"gulp-load-plugins": "^1.4.0",
"gulp-minify-css": "^1.2.0",
"gulp-minify-html": "^1.0.4",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.0.0",
"gulp-sass-variables": "^1.1.1",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.8",
"path": "^0.12.7",
"run-sequence": "^1.1.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"yargs": "^6.6.0"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browser": {},
"browserify-shim": {},
"engines": {
"node": "8.x",
"npm": "5.x"
}
}