-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.05 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
{
"name": "animation-player",
"version": "1.0.2",
"description": "The animation player for JavaScript",
"repository": {
"type": "git",
"url": "https://github.com/enheit/animation-player"
},
"main": "lib/index.js",
"scripts": {
"start": "webpack --watch",
"build": "webpack",
"test": "jest --coverage --config jest.config.json",
"lint": "tslint --project ."
},
"author": "Roman Mahotskyi <roman.mahotskyi@gmail.com>",
"keywords": [
"js",
"animation",
"svg",
"player",
"timeline",
"svg player",
"animation player"
],
"bugs": {
"email": "roman.mahotskyi@gmail.com",
"url": "https://github.com/enheit/animation-player/issues"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@types/jest": "^24.0.19",
"awesome-typescript-loader": "^5.2.1",
"clean-webpack-plugin": "^3.0.0",
"codecov": "^3.6.1",
"jest": "^24.9.0",
"ts-jest": "^24.1.0",
"tslint": "^5.20.0",
"typescript": "^3.6.4",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9"
}
}