forked from isonet/angular-jsoneditor
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.24 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
{
"author": "Trax Retail fork for Paul Biester",
"bugs": {
"url": "https://github.com/isonet/angular-jsoneditor/issues"
},
"dependencies": {
"angular": "^1.6.1"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.9.0",
"css-loader": "^0.26.1",
"eslint": "^3.13.1",
"eslint-loader": "^1.6.1",
"jsoneditor": "^5.5.11",
"ng-annotate-loader": "^0.2.0",
"raw-loader": "^0.5.1",
"style-loader": "^0.13.1",
"svg-url-loader": "^1.1.0",
"webpack": "^1.14.0"
},
"scripts": {
"build": "webpack -p --config webpack.config.babel.js",
"lint": "eslint -c .eslintrc.json --ext .js app/"
},
"description": "Angular wrapper for jsoneditor",
"directories": {},
"homepage": "https://github.com/isonet/angular-jsoneditor",
"keywords": [
"angular",
"json",
"edit",
"jsoneditor",
"config",
"admin",
"editor",
"isonet"
],
"license": "MIT",
"main": "dist/angular-jsoneditor.js",
"name": "angular-jsoneditor",
"repository": {
"type": "git",
"url": "git+https://github.com/isonet/angular-jsoneditor.git"
},
"version": "0.0.3"
}