-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
34 lines (34 loc) · 825 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
{
"name": "angular-counter",
"version": "0.3.0",
"description": "An AngularJS directive to animate number increment/decrement.",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/indrimuska/angular-counter.git"
},
"keywords": [
"animate",
"number",
"increment",
"decrement",
"angular",
"jquery"
],
"author": "Indri Muska <indrimuska@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/indrimuska/angular-counter/issues"
},
"homepage": "http://indrimuska.github.io/angular-counter",
"dependencies": {
"angular": "~1.8.0",
"jquery": "~3.5.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^0.9.2",
"grunt-sync-json": "^0.4.0",
"load-grunt-tasks": "^3.3.0"
}
}