-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathbower.json
44 lines (42 loc) · 957 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
{
"author": {
"name": "Brian Park",
"email": "[email protected]"
},
"name": "angular-json-human",
"description": "Angular directive to convert JSON into human readable table. Inspired by https://github.com/marianoguerra/json.human.js.",
"version": "1.2.2",
"license": "MIT",
"homepage": "https://github.com/yaru22/angular-json-human",
"repository": {
"type": "git",
"url": "git://github.com/yaru22/angular-json-human.git"
},
"main": [
"dist/angular-json-human.js",
"dist/angular-json-human.css"
],
"ignore": [
".editorconfig",
".gitattributes",
".gitignore",
".gittrack",
".jshintrc",
"demo/",
"Gruntfile.js",
"karma-unit.conf.js",
"package.json",
"src/",
"template/",
"test/"
],
"dependencies": {
"angular": "^1.2.0",
"lodash": "~2.4.1"
},
"devDependencies": {
"angular-mocks": "^1.2.0",
"chai": "~1.9.0",
"jquery": "~2.1.0"
}
}