UNPKG

angular2-schema-form

Version:

Angular2 Schema Form (DISCLAIMER: it is not related to angular-schema-form)

69 lines (68 loc) 2.12 kB
{ "name": "angular2-schema-form", "version": "1.2.3", "description": "Angular2 Schema Form (DISCLAIMER: it is not related to angular-schema-form)", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "install:peers": "install-self-peers", "start": "yarn test:updateLib && cd tests && yarn install && yarn start", "clean": "rimraf dist/", "build:aot": "ngc -p tsconfig.json", "build:jit": "tsc -p tsconfig.json", "build": "yarn run clean && yarn build:aot", "test:updateLib": "cd tests/src && rm -rf ./lib && mkdir lib/ && cp -r ../../src/ lib/angular2-schema-form/ && cd -", "test": "yarn test:updateLib && cd tests && yarn install && ng test --single-run --code-coverage", "testdebug": "yarn test:updateLib && cd tests && ng test --single-run=false --watch" }, "repository": { "type": "git", "url": "git+https://github.com/makinacorpus/angular2-schema-form" }, "keywords": [ "angularjs", "angular", "javascript", "angular2", "schema", "form", "schema form" ], "license": "MIT", "bugs": { "url": "https://github.com/makinacorpus/angular2-schema-form/issues" }, "contributors": [ "Frank Bessou <fbessou@free.fr>", "Eric Brehault <ebrehault@gmail.com>", "Simon Bats <contact@simonbats.com>", "Ramon Navarro Bosch <ramon.nb@gmail.com>" ], "dependencies": { "body-parser": "^1.15.1", "methods": "^1.1.2", "raw-loader": "0.5.1", "z-schema": "^3.17.0" }, "peerDependencies": { "@angular/animations": "<5.0.0", "@angular/common": "<5.0.0", "@angular/compiler": "<5.0.0", "@angular/core": "<5.0.0", "@angular/forms": "<5.0.0", "@angular/http": "<5.0.0", "@angular/platform-browser": "<5.0.0", "core-js": "2.4.1", "rxjs": "^5.1.0", "typescript": "2.3.4", "zone.js": "^0.8.4" }, "devDependencies": { "@angular/compiler-cli": "<5.0.0", "@angular/platform-server": "<5.0.0", "@team-griffin/install-self-peers": "^1.1.1", "@types/jasmine": "2.5.38", "@types/node": "6.0.60", "rimraf": "^2.5.4" } }