-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 980 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 980 Bytes
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
{
"name": "keyframes-tool",
"version": "1.0.3",
"description": "Keyframes-tool is a NodeJs command line tool which convert CSS Animations to a keyframes object suitable for Web Animations API.",
"main": "keyframes-tool.js",
"keywords": [
"keyframes-tool.js",
"keyframes-tool",
"web animations api",
"web animations api tools",
"web animations",
"animation tool",
"animations tool",
"keyframes object",
"css3 to javascript",
"css to javascript"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gibbok/keyframes-tool.git"
},
"author": "GibboK",
"license": "MIT",
"bugs": {
"url": "https://github.com/gibbok/keyframes-tool/issues"
},
"homepage": "https://github.com/gibbok/keyframes-tool#readme",
"dependencies": {
"css": "^2.2.1",
"ramda":"^0.22.1"
},
"devDependencies": {}
}