UNPKG

ws-form-builder

Version:
69 lines (68 loc) 1.85 kB
{ "name": "ws-form-builder", "version": "1.4.7", "description": "Ionic 2 Form Builder", "main": "./dist/src-inlined/index.js", "typings": "./dist/src-inlined/index.d.ts", "license": "MIT", "keywords": [ "ionic", "builder", "form", "creode", "typescript" ], "author": { "name": "James Bell", "url": "http://jebari.us" }, "repository": { "type": "git", "url": "https://github.com/jebarius/ws-form-builder" }, "dependencies": { "gulp-ngcompile": "^0.1.3", "ionic-angular": "^3.9.2", "ionicons": "3.0.0", "moment": "^2.20.1" }, "scripts": { "build": "ngc build -p ./tsconfig.json && cpx package.json src-inlined", "build:esm": "tsc --module es2015 --target es5 --outDir src-inlined", "prebuild": "rimraf src-inlined && gulp inline-templates" }, "peerDependencies": {}, "devDependencies": { "@angular/common": "5.0.0", "@angular/compiler": "5.0.0", "@angular/compiler-cli": "5.0.0", "@angular/core": "5.0.0", "@angular/forms": "5.0.0", "@angular/http": "5.0.0", "@angular/platform-browser": "5.0.0", "@angular/platform-browser-dynamic": "5.0.0", "@types/node": "^8.0.0", "@types/webpack": "^3.0.13", "@types/webpack-env": "^1.13.0", "angular2-template-loader": "^0.6.2", "cpx": "^1.5.0", "css-loader": "^0.28.1", "gh-pages": "^1.0.0", "gulp": "^3.9.1", "gulp-inline-ng2-template": "^4.0.0", "jasmine-core": "^2.6.1", "json-loader": "^0.5.4", "node-sass": "^4.5.2", "rimraf": "^2.6.1", "rxjs": "5.5.2", "sass-loader": "^6.0.5", "sw-toolbox": "3.6.0", "ts-node": "^3.0.4", "tslint": "^5.2.0", "typescript": "2.4.2", "webpack": "^3.6.0", "webpack-angular-externals": "^1.0.2", "webpack-rxjs-externals": "^1.0.0", "zone.js": "0.8.18" } }