forked from nkovacic/angular-touchspin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
35 lines (35 loc) · 768 Bytes
/
bower.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
{
"name": "angular-touchspin",
"version": "1.8.2",
"authors": [
"Niko Kovacic <niko.kovacic2@gmail.com>"
],
"main": "dist/angular-touchspin.js",
"description": "A input spinner component for Bootstrap 3 and angular",
"keywords": [
"angular",
"bootstrap",
"angular-touchspin",
"touchspin",
"angularjs",
"angular touchspin"
],
"license": "MIT",
"ignore": [
"node_modules",
".gitignore",
".npmignore",
".travis.yml",
"karma.conf.js",
"tsconfig.json",
"tslint.json",
"typings.json",
"typings",
"dev",
"src",
"other"
],
"dependencies": {
"angular": "^1.5.x"
}
}