forked from tiberiuzuld/angular-auto-save-form
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
51 lines (51 loc) · 1.06 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "angular-auto-save-form-stodolos",
"version": "1.6.0",
"main": [
"dist/auto-save-form.js",
"dist/auto-save-form.css"
],
"dependencies": {
"angular": ">=1.6.x",
"lodash": ">=4.x"
},
"devDependencies": {
"angular-material": "1.1.4",
"angular-mocks": "~1.x",
"angular-mocke2e-maydelay": "~1.0.2"
},
"homepage": "https://github.io/stodolos/angular-auto-save-form",
"bugs": {
"url": "https://github.com/stodolos/angular-auto-save-form/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/stodolos/angular-auto-save-form.git"
},
"description": "Angular auto save form changed inputs",
"keywords": [
"angular",
"angularjs",
"auto save form",
"debounce",
"changed fields"
],
"authors": [
"Tiberiu Zuld"
],
"license": "MIT",
"ignore": [
"dist/scripts",
"dist/styles",
"dist/index.html",
"gulp",
"src",
".bowerrc",
".editorconfig",
".eslintrc",
".gitignore",
"gulpfile.js",
"karma.conf.js",
"protractor.conf.js"
]
}