-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
46 lines (46 loc) · 1.12 KB
/
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
37
38
39
40
41
42
43
44
45
46
{
"name": "angular-fx",
"version": "1.1.0",
"description": "Angular.js CSS3 animation directives, conditional animations and effects for your elements.",
"license": "MIT",
"homepage": "http://720kb.github.io/angular-fx",
"author": {
"name": "Filippo Oretti",
"email": "[email protected]",
"url": "https://github.com/45kb"
},
"contributors": [
{
"name": "Dario Andrei",
"email": "[email protected]",
"url": "https://github.com/wouldgo"
}
],
"keywords": [
"angularjs",
"animations",
"effects",
"animate"
],
"bugs": {
"url": "http://github.com/720kb/angular-fx/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/720kb/angular-fx.git"
},
"dependencies": {
"animate.css": "^3.1.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-csslint": "^0.4.0",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^8.0.0",
"grunt-header": "^1.0.0"
}
}