-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
76 lines (76 loc) · 2.24 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
70
71
72
73
74
75
76
{
"name": "biggie",
"version": "1.1.0",
"description": "minimalist javascript frontend framework with bigwheel",
"main": "gulpfile.js",
"browser": {
"framework": "./assets/js/framework",
"config": "./assets/js/config",
"utils": "./assets/js/utils",
"cache": "./assets/js/cache",
"gsap-draggable": "./assets/js/lib/gsap/src/uncompressed/utils/Draggable.js",
"gsap-throwprops": "./assets/js/lib/gsap/src/uncompressed/plugins/ThrowPropsPlugin.js",
"gsap-splitext": "./assets/js/lib/gsap/src/uncompressed/utils/SplitText.js",
"gsap-scrollto": "./assets/js/lib/gsap/src/uncompressed/plugins/ScrollToPlugin.js",
"three-obj-loader": "./assets/js/lib/OBJLoader",
"three-collada-loader": "./assets/js/lib/ColladaLoader"
},
"dependencies": {
"babel-plugin-glslify": "^1.0.2",
"bigwheel": "3.0.0",
"bw-router": "^2.0.6",
"bw-viewmediator": "2.1.0",
"bw-vm": "^2.1.3",
"dom-classes": "^1.0.0",
"dom-create-element": "^1.0.2",
"dom-event": "^1.0.0",
"dom-select": "^1.0.0",
"glslify": "^5.1.0",
"gsap": "^1.18.5",
"hammerjs": "^2.0.8",
"hamsterjs": "^1.1.2",
"mustache": "^2.2.1",
"please-ajax": "^2.0.2",
"query-dom-components": "0.0.7",
"smooth-scrolling": "^2.3.0",
"three": "^0.79.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.2.0",
"browser-sync": "^2.13.0",
"browserify": "^13.0.1",
"connect-history-api-fallback": "^1.2.0",
"es6-promise": "^3.2.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^0.0.10",
"gulp-changed": "^1.3.0",
"gulp-clean-css": "^2.0.8",
"gulp-concat": "^2.3.5",
"gulp-jshint": "^2.0.1",
"gulp-less": "^3.1.0",
"gulp-notify": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.4",
"jshint": "^2.9.2",
"lodash.assign": "^4.0.9",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"vinyl-transform": "^1.0.0",
"watchify": "^3.6.1"
},
"browserify": {
"transform": [[
"babelify", {
"presets": ["es2015"]
}
]]
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jam3",
"license": "ISC"
}