UNPKG

record-editor

Version:

Editor (used in inspirehep.net) for JSON documents with bibliographic metadata

82 lines (81 loc) 2.46 kB
{ "name": "record-editor", "version": "0.13.32", "description": "Editor (used in inspirehep.net) for JSON documents with bibliographic metadata", "keywords": [ "angular2", "webpack", "typescript", "json", "marc", "editor" ], "author": "Harun Urhan <harun.urhan@cern.ch>", "homepage": "https://github.com/inspirehep/record-editor", "license": "GPL-2.0", "angular-cli": {}, "scripts": { "start": "ng build --watch --progress --extract-css", "build": "ng build --prod --sourcemaps --output-hashing none", "lint": "tslint --project ./src/tsconfig.json \"src/**/*.ts\"", "test": "ng test --watch=false", "pree2e": "webdriver-manager update", "e2e": "protractor", "coveralls": "cat coverage/**/lcov.info | coveralls", "preversion": "npm test", "version": "npm run build", "postversion": "git push upstream && git push upstream --tags" }, "dependencies": { "@angular/animations": "^4.0.0", "@angular/common": "^4.0.0", "@angular/compiler": "^4.0.0", "@angular/core": "^4.0.0", "@angular/forms": "^4.0.0", "@angular/http": "^4.0.0", "@angular/platform-browser": "^4.0.0", "@angular/platform-browser-dynamic": "^4.0.0", "@angular/router": "^4.0.0", "core-js": "^2.4.1", "font-awesome": "^4.7.0", "immutable": "^3.8.1", "lodash": "4.17.2", "ng2-json-editor": "^0.25.14", "ngx-bootstrap": "2.0.0-beta.7", "ngx-toastr": "^6.1.4", "raven-js": "3.27.0", "rxjs": "^5.0.1", "ts-helpers": "^1.1.1", "zone.js": "^0.8.4" }, "devDependencies": { "@angular/cli": "1.5.6", "@angular/compiler-cli": "^4.0.0", "@types/jasmine": "2.5.38", "@types/lodash": "4.14.57", "bootstrap-sass": "^3.3.7", "codelyzer": "~3.2.0", "coveralls": "^2.11.14", "jasmine-core": "~2.5.2", "jasmine-spec-reporter": "~3.2.0", "karma": "~1.4.1", "karma-chrome-launcher": "~2.0.0", "karma-cli": "~1.0.1", "karma-jasmine": "~1.1.0", "karma-jasmine-html-reporter": "^0.2.2", "karma-coverage-istanbul-reporter": "^0.2.0", "process-nextick-args": "^1.0.7", "protractor": "~5.1.0", "ts-node": "1.2.1", "tslint": "^5.0.0", "typescript": "~2.3.0", "util-deprecate": "^1.0.2" }, "repository": { "type": "git", "url": "https://github.com/inspirehep/record-editor.git" }, "bugs": { "url": "https://github.com/inspirehep/record-editor/issues" } }