-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 997 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "smil2css",
"description": "SVG animation supporting IE10+ and <noscript>.",
"version": "0.2.0",
"license": "MIT",
"homepage": "https://github.com/stevenvachon/smil2css",
"author": {
"name": "Steven Vachon",
"email": "contact@svachon.com",
"url": "http://www.svachon.com/"
},
"main": "lib",
"bin": "bin/smil2css",
"repository": {
"type": "git",
"url": "git://github.com/stevenvachon/smil2css.git"
},
"bugs": {
"url": "https://github.com/stevenvachon/smil2css/issues"
},
"dependencies": {
"autoprefixer": "^2.2",
"cheerio": "~0.17",
"css": "^2.1",
"decimal.js": "^3.0",
"nopter": "~0.1",
"object.assign": "^1.0"
},
"devDependencies": {
"chai": "^3.2.0",
"mocha": "^2.3.2"
},
"engines": {
"node": ">= 0.10"
},
"scripts": {
"test": "mocha test/ --bail --reporter spec --check-leaks"
},
"files": [
"bin",
"lib",
"license"
],
"keywords": [
"svg",
"smil"
]
}