forked from mohsen1/json-formatter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 754 Bytes
/
Copy pathbower.json
File metadata and controls
35 lines (35 loc) · 754 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": "json-formatter",
"version": "0.6.0",
"authors": "Mohsen Azimi <msn.azi@gmail.com>",
"description": "JSON Formatter is an AngularJS directive for rendering JSON objects in HTML with a **collapsible** navigation.",
"main": [
"dist/json-formatter.js",
"dist/json-formatter.css"
],
"license": "Apache 2.0",
"keywords": [
"json",
"formatter",
"collapsible",
"json to HTML",
"JSON"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.4.4"
},
"devDependencies": {
"angular": "^1.4.4",
"angular-mocks": "^1.4.4",
"angular-sanitize": "^1.4.4",
"bootstrap": "~3.3.5",
"jquery": "~2.1.1"
}
}