-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
40 lines (40 loc) · 1.08 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
{
"name": "nz-animate",
"version": "0.9.1",
"description": "Sickly simple animations and staggering for Angular",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "tannerlinsley",
"license": "MIT",
"dependencies": {
"animate-stylus": "git://github.com/tannerlinsley/animate-stylus",
"beepbeep": "^1.2.0",
"bower": "^1.3.12",
"gulp": "^3.8.10",
"gulp-plumber": "^0.6.6",
"gulp-stylus": "^2.0.0",
"gulp-tap": "^0.1.3",
"gulp-uglifyjs": "^0.5.0",
"gulp-util": "^3.0.3",
"nib": "^1.1.0",
"hjson": "^1.6.1",
"gulp-rename": "^1.2.0"
},
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "https://github.com/nozzle/nzAnimate.git"
},
"bugs": {
"url": "https://github.com/nozzle/nzAnimate/issues"
},
"homepage": "https://github.com/nozzle/nzAnimate",
"keywords": [
"angular",
"angularjs",
"animate.css",
"animation",
"ngAnimate"
]
}