-
Notifications
You must be signed in to change notification settings - Fork 91
/
package.json
33 lines (33 loc) · 873 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": "angular-motion",
"description": "AngularMotion - Fancy CSS3 animations for AngularJS",
"version": "0.4.4",
"keywords": [
"angular",
"animation"
],
"main": "dist/angular-motion.css",
"homepage": "http://mgcrea.github.io/angular-motion",
"bugs": "https://github.com/mgcrea/angular-motion/issues",
"author": {
"name": "Olivier Louvignes",
"email": "[email protected]",
"url": "https://github.com/mgcrea"
},
"repository": {
"type": "git",
"url": "https://github.com/mgcrea/angular-motion.git"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"factory-angular-channels": "^0.10.0",
"gulp-pre": "^4.0.0-alpha.4",
"ng-factory": "^1.1",
"undertaker-lib-tasks": "^0.5.3"
},
"scripts": {
"start": "gulp serve",
"test": "echo \"Error: no test specified\" && exit 0"
}
}