-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 886 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 886 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
36
37
38
{
"author": {
"email": "",
"name": "angular-tools"
},
"bugs": {
"url": "https://github.com/angular-tools/ng-jsoneditor/issues"
},
"peerDependencies": {
"jsoneditor": "^5.5.6"
},
"scripts": {
"start": "http-server -a localhost -p 1112",
"minify": "uglifyjs ng-jsoneditor.js -o ng-jsoneditor.min.js"
},
"description": "Angular version of the insanely cool jsoneditor",
"devDependencies": {
"http-server": "~0.8.0",
"uglify-js": "^3.0.27"
},
"directories": {},
"homepage": "https://github.com/angular-tools/ng-jsoneditor",
"keywords": [
"angular",
"browser",
"client-side",
"framework",
"rest"
],
"license": "MIT",
"main": "ng-jsoneditor.js",
"name": "ng-jsoneditor",
"repository": {
"type": "git",
"url": "git+https://github.com/angular-tools/ng-jsoneditor.git"
},
"version": "1.0.0"
}