-
-
Notifications
You must be signed in to change notification settings - Fork 401
/
bower.json
46 lines (46 loc) · 1021 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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "angular-xeditable",
"version": "0.10.2",
"description": "Edit in place for AngularJS",
"author": "https://github.com/vitalets",
"license": "MIT",
"homepage": "http://vitalets.github.io/angular-xeditable",
"main": [
"dist/css/xeditable.css",
"dist/js/xeditable.js"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"playground",
"test",
"libs",
"docs",
"zip",
"src",
"starter",
"Gruntfile.js",
"index.html",
"jsdoc.conf.json",
"package.json"
],
"dependencies": {
"angular": "~1.x"
},
"devDependencies": {
"angular": "~1.5.0",
"angular-mocks": "~1.5.0",
"angular-scenario": "~1.5.0",
"angular-sanitize": "~1.5.0",
"jquery": "^2.2.4",
"bootstrap": "^3.3.7",
"moment": "^2.17.1",
"checklist-model": "^0.10.0",
"ng-tags-input": "^3.1.1",
"angular-bootstrap": "^2.5.0",
"angular-ui-select": "^0.16.1",
"jquery-ui": "^1.12.1",
"angular-ui-date": "^1.0.1"
}
}