-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 861 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
{
"name": "seven-tween",
"version": "3.1.7",
"description": "Simple Tweening Library",
"main": "dist/seven-tween.js",
"scripts": {
"build": "rimraf ./dist && webpack --config ./webpack.config.js --mode production && webpack --config ./webpack.config.js --mode production --minimize"
},
"repository": {
"type": "git",
"url": "https://github.com/JayPuff/seven-tween.git"
},
"keywords": [
"tween",
"animation"
],
"author": "Nicolas Correa",
"license": "ISC",
"bugs": {
"url": "https://github.com/JayPuff/seven-tween/issues"
},
"homepage": "https://github.com/JayPuff/seven-tween#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"rimraf": "^2.6.3",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3"
},
"dependencies": {}
}