-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
59 lines (59 loc) · 1.65 KB
/
package.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
52
53
54
55
56
57
58
59
{
"title": "JSON Schema Viewer",
"name": "json-schema-viewer",
"description": "Visualize JSON schemas using D3.js",
"version": "0.3.4",
"homepage": "https://github.com/jlblcc/json-schema-viewer",
"repository": {
"type": "git",
"url": "https://github.com/jlblcc/json-schema-viewer.git"
},
"author": {
"name": "Josh Bradley"
},
"//": "The following FQDN is the endpoint for your assets (no trailing slash):",
"production": "http://jlblcc.github.io/json-schema-viewer",
"license": "Unlicense",
"dependencies": {
"dot-prop": "^6.0.1",
"fs": "0.0.1-security",
"glob": "latest",
"grunt": "^1.4.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "~1",
"grunt-contrib-concat": "~1",
"grunt-contrib-copy": "~1",
"grunt-contrib-jshint": "~1",
"grunt-preprocess": "~4",
"superagent": "^6.0.0"
},
"scripts": {
"dev": "grunt",
"prod": "grunt prod",
"watch": "grunt watch",
"test": "grunt init"
},
"devDependencies": {
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-env": "^1.0.1",
"grunt-gh-pages": "^4.0.0",
"grunt-jsdoc": "^2.4.1",
"grunt-preprocess": "^4.2.0",
"hosted-git-info": ">=2.8.9",
"lodash": ">=4.17.21",
"path-parse": ">=1.0.7",
"trim-newlines": ">=3.0.1",
"underscore": ">=1.12.1",
"set-value": ">=4.0.1",
"getobject": ">=1.0.0",
"markdown-it": ">=12.3.2",
"marked": ">=4.0.10",
"shelljs": ">=0.8.5"
}
}