-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 756 Bytes
/
Copy pathbower.json
File metadata and controls
35 lines (35 loc) · 756 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
{
"name": "ADE",
"version": "1.3.7",
"keywords" : [
"data editor",
"angular data editor"
],
"description" : "Display and edit various types of data using AngularJS without filling the DOM with unused elements",
"homepage": "https://github.com/Toodledo/ADE",
"authors": [
"Toodledo"
],
"dependencies": {
"jquery": "1.11.2",
"angular": "1.3.14",
"angular-sanitize": "1.3.14",
"bootstrap": "~2.3.2",
"font-awesome": "3.2.1",
"tinymce": "4.1.5"
},
"devDependencies": {
"angular-mocks": "1.3.14",
"angular-scenario": "1.3.14",
"qunit": "~1.10.0"
},
"license": "MIT",
"ignore": [
"**/.*",
"Gruntfile.js",
"package.json",
"node_modules",
"scripts",
"test"
]
}