forked from glorat/angular-counter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 863 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 863 Bytes
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
{
"name": "angular-counter",
"version": "1.0.4",
"authors": [
"Adam Merrifield <macagp@gmail.com> (http://adam.merrifield.ca)"
],
"main": "./counter.js",
"description": "AngularJS directive for incrementing a counter form input field",
"repository": {
"type": "git",
"url": "git://github.com/Firestitch/angular-counter.git"
},
"keywords": [
"angular",
"AngularJS",
"counter",
"input",
"field",
"increment"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular":"~1.3.x",
"angular-animate":"~1.3.x",
"angular-sanitize":"~1.3.x",
"angular-touch":"~1.3.x"
},
"devDependencies": {
}
}