forked from josdejong/jsoneditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 875 Bytes
/
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
{
"name": "jsoneditor",
"version": "4.0.0",
"main": "./index",
"description": "A web-based tool to view, edit and format JSON",
"tags": [
"json",
"editor",
"viewer",
"formatter"
],
"author": "Jos de Jong <[email protected]>",
"homepage": "http://jsoneditoronline.org/",
"repository": {
"type": "git",
"url": "https://github.com/josdejong/jsoneditor.git"
},
"bugs": "https://github.com/josdejong/jsoneditor/issues",
"scripts": {
"build": "gulp",
"test": "mocha test"
},
"dependencies": {
"brace": "^0.4.1",
"jsonlint": "^1.6.2"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-concat-css": "^2.0.0",
"gulp-minify-css": "^0.4.5",
"gulp-shell": "^0.3.0",
"gulp-util": "^3.0.3",
"mkdirp": "^0.5.0",
"mocha": "^2.1.0",
"uglify-js": "^2.4.16",
"webpack": "^1.5.3"
}
}