-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.76 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
67
68
69
{
"name": "nexive",
"version": "1.0.0",
"description": "A static site for nexive",
"main": "index.js",
"author": "Matteo Scurati",
"license": "ISC",
"browser": {
"modernizr": "./source/assets/javascripts/vendor/modernizr.js",
"jQuery": "./node_modules/jquery/dist/jquery.js",
"sticky": "./source/assets/javascripts/vendor/sticky.js",
"wow": "./node_modules/wow.js/dist/wow.js"
},
"browserify-shim": {
"jQuery": "$",
"modernizr": "Modernizr",
"sticky": "sticky",
"wow": "wow",
"three": "global:THREE"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-core": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0",
"browser-sync": "^2.12.8",
"browserify": "^13.0.1",
"browserify-shim": "^3.8.12",
"del": "^2.2.0",
"fs": "0.0.2",
"gulp": "^3.9.1",
"gulp-iconfont": "^8.0.0",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.1",
"gulp-jshint": "^2.0.1",
"gulp-load-plugins": "^1.2.4",
"gulp-lwip": "^0.1.1",
"gulp-notify": "^2.2.0",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-sync": "^0.1.4",
"gulp-template": "^4.0.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"gulp.spritesmith": "^6.2.1",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"lodash": "^4.13.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0",
"yargs": "^4.7.1"
},
"dependencies": {
"jquery": "^2.2.4",
"jquery-ui": "^1.10.5",
"jquery-ui-touch-punch": "^0.2.3",
"plyr": "^1.6.20",
"scrollmagic": "^2.0.5",
"wow.js": "^1.2.0"
}
}