-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 865 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
{
"name": "jquery.animatetimeline",
"version": "1.0.0",
"description": "Provides the ability to animate a declaritive animation timeline.",
"author": "Rob Colburn <[email protected]>",
"main": "jquery.animatetimeline.js",
"scripts": {
"test": "mocha-phantomjs ./test/runner.html"
},
"repository": {
"type": "git",
"url": "https://github.com/robcolburn/jquery.animatetimeline.git"
},
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"animation",
"animate",
"timeline"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/robcolburn/jquery.animatetimeline/issues"
},
"homepage": "https://github.com/robcolburn/jquery.animatetimeline",
"devDependencies": {
"chai": "^1.9.1",
"jquery": "^2.1.1",
"mocha": "^2.2.3",
"mocha-phantomjs": "^3.5.3",
"phantomjs": "^1.9.17"
}
}