forked from legomushroom/shape-demo3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.5 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
{
"name": "mojs-transit-demo-3",
"description": "Transit demo 3",
"version": "0.1.0",
"license": "MIT",
"private": false,
"scripts": {},
"main": "build/app.js",
"keywords": [
"motion",
"effects",
"animation",
"motion graphics",
"player"
],
"author": {
"name": "LegoMushroom",
"email": "[email protected]",
"twitter": "@legomushroom",
"url": "https://twitter.com/legomushroom"
},
"repository": {
"type": "git"
},
"bugs": {},
"dependencies": {
"classlist-polyfill": "^1.0.2",
"howler": "^1.1.29",
"mo-js": "^0.265.7",
"mojs-player": "^0.43.15"
},
"devDependencies": {
"autoprefixer": "^6.3.5",
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.7.5",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-stage-2": "^6.5.0",
"babel-runtime": "^6.6.1",
"css-loader": "^0.23.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-changed": "^1.3.0",
"gulp-concat": "^2.6.0",
"gulp-insert": "^0.5.0",
"gulp-json-editor": "^2.2.1",
"gulp-livereload": "^3.8.1",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.5.2",
"gulp-uglify": "^1.5.3",
"json-loader": "^0.5.4",
"postcss-cssnext": "^2.5.1",
"postcss-loader": "^0.8.2",
"postcss-modules": "^0.4.1",
"precss": "^1.4.0",
"run-sequence": "^1.1.5",
"style-loader": "^0.13.1",
"webpack": "^1.13.0"
}
}