-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 953 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": "css-transition-lib",
"version": "0.0.4",
"description": "css transition animation library built around promises with jquery animate as a fallback",
"devDependencies": {
"bower": "^1.3.12",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-coveralls": "^1.0.0",
"grunt-qunit-istanbul": "0.4.5",
"grunt-qunit-junit": "^0.1.1"
},
"scripts": {
"postinstall": "node node_modules/bower/bin/bower install",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/fracmak/css-transition-lib.git"
},
"author": {
"name": "Jay Merrifield"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/fracmak/css-transition-lib/issues"
},
"homepage": "https://github.com/fracmak/css-transition-lib"
}