Skip to content

Commit e0da8dd

Browse files
committed
Update package.json for NPM 2.1.3
1 parent 4f0c0ee commit e0da8dd

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

package.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
{
22
"name": "web-animations-js",
3-
"private": true,
3+
"description": "JavaScript implementation of the Web Animations API",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/web-animations/web-animations-js.git"
77
},
8+
"version": "2.1.3",
9+
"keywords": [
10+
"animations",
11+
"polyfill"
12+
],
13+
"homepage": "https://github.com/web-animations",
14+
"license": "Apache2",
15+
"main": "web-animations.min.js",
16+
"files": [
17+
"*.min.js",
18+
"*.min.js.map"
19+
],
820
"devDependencies": {
921
"mocha": "1.21.4",
1022
"chai": "^1.9.1",

0 commit comments

Comments
 (0)