-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
33 lines (33 loc) · 848 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": "velocity-ui-angular",
"version": "0.4.0",
"description": "Velocity UI integration for AngularJS",
"main": "velocity.ui.angular.min.js",
"repository": {
"type": "git",
"url": "git://github.com/rosslavery/velocity-ui-angular.git"
},
"keywords": [
"AngularJS",
"angular",
"Velocity",
"animation",
"animate",
"velocityjs",
"velocity"
],
"author": "Ross Lavery <rosslavery@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rosslavery/velocity-ui-angular/issues"
},
"homepage": "https://github.com/rosslavery/velocity-ui-angular",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.5.0",
"load-grunt-tasks": "~0.6.0",
"grunt-bump": "0.0.14",
"grunt-contrib-concat": "~0.4.0"
}
}