-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1002 Bytes
/
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
{
"name": "scrollmagic-sequencer",
"version": "3.6.2",
"description": "image sequencer for scrollmagic scene",
"main": "index.min.js",
"scripts": {
"build": "babel index.js -o index.min.js",
"webpack": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ikiselev1989/scrollmagic-image-sequencer-plugin.git"
},
"keywords": [
"scrollmagic plugin",
"image-sequencer",
"image sequencer",
"scrollmagic sequencer",
"scrollmagic-sequencer plugin"
],
"author": "Ilya Kiselev ([email protected])",
"license": "ISC",
"bugs": {
"url": "https://github.com/ikiselev1989/scrollmagic-image-sequencer-plugin/issues"
},
"homepage": "https://github.com/ikiselev1989/scrollmagic-image-sequencer-plugin#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-minify": "^0.4.3",
"scrollmagic": "^2.0.6",
"webpack-cli": "^3.2.1"
}
}