-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·36 lines (36 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
{
"name": "angular-animate-model-change",
"version": "0.0.1",
"description": "A directive that will help you animate elements when the model updates with some nifty CSS, ng-animate not needed. Read more about it [here](https://ngmilk.rocks/2015/12/18/animate-elements-when-a-model-changes-in-angularjs/).",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ng-milk/angular-animate-model-change.git"
},
"keywords": [
"angular",
"angularjs",
"directive",
"animate",
"model"
],
"author": "Dan Mindru <[email protected]> (http://mindrudan.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ng-milk/angular-animate-model-change/issues"
},
"homepage": "https://github.com/ng-milk/angular-animate-model-change#readme",
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-eslint": "^1.1.1",
"gulp-minify-css": "^1.2.1",
"gulp-rename": "^1.2.2",
"gulp-sync": "^0.1.4",
"gulp-uglify": "^1.5.1"
}
}