angular-jsoneditor
Version:
Angular wrapper for jsoneditor
51 lines (50 loc) • 1.25 kB
JSON
{
"author": "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.2"
}