UNPKG

angular2-json-schema-form

Version:
94 lines (93 loc) 2.96 kB
{ "name": "angular2-json-schema-form", "version": "0.3.0-alpha.26", "author": { "name": "dschnelldavis", "email": "dschnelldavis@gmail.com" }, "description": "Angular 2 JSON Schema Form builder", "keywords": [ "Angular 2", "JSON Schema", "Form builder" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/dschnelldavis/angular2-json-schema-form" }, "bugs": { "url": "https://github.com/dschnelldavis/angular2-json-schema-form/issues" }, "files": [ "dist/", "src/" ], "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "clean:dist": "rimraf compiled && rimraf dist", "clean:all": "npm run clean:dist && rimraf node_modules && npm cache clean", "tsc": "tsc", "ngc": "./node_modules/.bin/ngc", "lint": "tslint src/**/*.ts", "test": "tsc && karma start", "typings": "typings", "docs": "typedoc --options typedoc.json src/index.ts", "syncassets": "./node_modules/.bin/cpr src dist -f \\.ts -o", "watchassets": "onchange 'src/**/*.css' 'src/**/*.html' 'src/**/*.json' -e 'dist/*' -v -- npm run syncassets", "compile:tsc": "npm run clean:dist && npm run tsc && npm run syncassets", "compile:ngc": "npm run clean:dist && npm run ngc && npm run syncassets", "prepublish": "npm run compile:tsc", "start:ngc": "npm run compile:ngc && concurrently \"npm run ngc -w\" \"lite-server\" \"npm run watchassets\"", "start": "npm run compile:tsc && concurrently \"npm run tsc -w\" \"lite-server\" \"npm run watchassets\"" }, "dependencies": { "@angular/common": "2.x", "@angular/compiler": "2.x", "@angular/core": "2.x", "@angular/forms": "2.x", "@angular/material": "2.0.0-beta.1", "@angular/platform-browser": "2.x", "@angular/platform-browser-dynamic": "2.x", "@types/lodash": "4.x", "ajv": "4.x", "lodash": "4.x" }, "devDependencies": { "@angular/compiler-cli": "^2.4.1", "@angular/http": "^2.4.1", "@angular/platform-server": "^2.4.1", "@angular/router": "^3.4.1", "@types/ace": "^0.0.32", "@types/jasmine": "^2.5.40", "@types/node": "^6.0.56", "brace": "^0.9.1", "buffer": "^5.0.0", "canonical-path": "^0.0.2", "codelyzer": "2.0.0-beta.4", "concurrently": "^3.0.0", "core-js": "^2.4.1", "cpr": "^2.0.2", "http-server": "^0.9.0", "jasmine-core": "^2.5.2", "karma": "^1.3.0", "karma-chrome-launcher": "^2.0.0", "karma-cli": "^1.0.1", "karma-htmlfile-reporter": "^0.3.4", "karma-jasmine": "^1.0.2", "karma-jasmine-html-reporter": "^0.2.2", "lite-server": "^2.2.2", "onchange": "^3.2.1", "protractor": "^5.0.0", "reflect-metadata": "^0.1.8", "rimraf": "^2.5.4", "rxjs": "^5.0.2", "systemjs": "^0.19.41", "tslint": "^4.2.0", "typedoc": "^0.5.3", "typescript": "^2.1.4", "typings": "^2.1.0", "zone.js": "^0.7.2" } }