-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.48 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.48 KB
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
{
"name": "vision",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "browserify lib/app.js -t babelify --outfile dist/main.js"
},
"author": "",
"license": "ISC",
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"jQuery": "global:jQuery"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-preset-es2015": "^6.18.0",
"babelify": "^6.0.0",
"backbone.radio": "^2.0.0",
"bootstrap-sass": "^3.3.7",
"browserify-shim": "^3.8.12",
"font-awesome": "^4.7.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-browserify": "^0.5.1",
"gulp-changed": "^1.3.2",
"gulp-concat": "^2.6.0",
"gulp-connect": "^5.0.0",
"gulp-cssmin": "^0.1.7",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^2.2.0",
"gulp-uglify": "^2.0.0",
"laravel-elixir": "^6.0.0-14",
"laravel-elixir-babelify": "^0.1.1",
"laravel-elixir-browserify-official": "^0.1.3",
"mocha": "^3.1.2",
"node-vibrant": "^2.1.2",
"noty": "^2.3.11",
"plyr": "^2.0.11",
"slick-carousel": "^1.6.0",
"stringify": "^5.1.0",
"video.js": "^5.12.6",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"backbone": "^1.3.3",
"backbone.marionette": "^3.1.0",
"bootstrap": "^3.3.7",
"handlebars": "^4.0.5",
"imdb-api": "^2.2.0",
"jquery": "^3.1.1",
"underscore": "^1.8.3"
}
}