-
-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
76 lines (76 loc) · 1.89 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": "@mojs/player",
"description": "GUI player to control your animations",
"version": "1.3.0",
"license": "MIT",
"private": false,
"scripts": {
"start": "webpack"
},
"source": "js/mojs-player.babel.js",
"main": "build/mojs-player.min.js",
"browser": "build/mojs-player.min.js",
"unpkg": "build/mojs-player.min.js",
"keywords": [
"motion",
"graphics",
"toolbelt",
"effects",
"animation",
"mojs",
"player"
],
"author": {
"name": "Oleg Solomka",
"email": "[email protected]",
"url": "https://twitter.com/legomushroom",
"github": "@legomushroom"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mojs/mojs-player.git"
},
"bugs": {
"url": "https://github.com/mojs/mojs-player/issues"
},
"homepage": "https://github.com/mojs/mojs-player",
"engines": {
"node": "^20",
"npm": "^10"
},
"dependencies": {
"classlist-polyfill": "^1.0.2",
"hammerjs": "^2.0.6"
},
"devDependencies": {
"@mojs/core": "^0.288.2",
"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.5.7",
"gulp-livereload": "^3.8.1",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.8.0",
"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.1"
}
}