forked from mgcrea/angular-motion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 937 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
34
35
36
37
38
39
{
"name": "angular-motion",
"description": "AngularMotion - Fancy CSS3 animations for AngularJS 1.2+",
"version": "0.4.3",
"keywords": [
"angular",
"animation"
],
"homepage": "https://github.com/mgcrea/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"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mgcrea/bootstrap-additions/blob/master/LICENSE.md"
}
],
"dependencies": {},
"devDependencies": {
"factory-angular-channels": "^0.8.3",
"gulp": "gulpjs/gulp#4.0",
"ng-factory": "^1.0",
"undertaker-lib-tasks": "^0.4.1"
},
"engines": {
"node": "^0.10"
},
"scripts": {
"test": "gulp build"
}
}