forked from rstacruz/jquery.transit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 788 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
{
"name": "jquery.transit",
"version": "0.9.12",
"description": "Smooth CSS3 transitions and transformations for jQuery.",
"main": "jquery.transit.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/rstacruz/jquery.transit.git"
},
"keywords": [
"css3",
"animation",
"transition"
],
"author": "Rico Sta. Cruz <[email protected]>",
"license": "MIT",
"peerDependencies": {
"jquery": "*"
},
"devDependencies": {
"chai": "1.9.1",
"sinon": "1.10.2",
"jsdom": "0.11.0",
"coffee-script": "1.7.1"
},
"bugs": {
"url": "https://github.com/rstacruz/jquery.transit/issues"
},
"homepage": "http://ricostacruz.com/jquery.transit"
}