1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "name": "angular-formly-templates-bootstrap",
- "authors": [
- "Astrism <astrisms@gmail.com>"
- ],
- "contributors": [
- "Astrism <astrisms@gmail.com>",
- "Kent C. Dodds <kent@doddsfamily.us>"
- ],
- "main": "dist/angular-formly-templates-bootstrap.js",
- "description": "Angular-Formly plugin which outputs bootstrap compatible form fields.",
- "keywords": [
- "AngularJs",
- "form",
- "formly",
- "json",
- "bootstrap",
- "html"
- ],
- "license": "MIT",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ],
- "dependencies": {
- "angular": ">=1.2.x",
- "angular-formly": ">=4.0.5",
- "api-check": ">=6.0.10",
- "bootstrap": ">=3.2.0"
- },
- "devDependencies": {
- "chai": "~1.9.1",
- "mocha": "~1.21.4"
- },
- "homepage": "https://github.com/formly-js/angular-formly-templates-bootstrap",
- "version": "6.0.0",
- "_release": "6.0.0",
- "_resolution": {
- "type": "version",
- "tag": "6.0.0",
- "commit": "db12ec86bb73af4ac772e281cf10e9967335d098"
- },
- "_source": "git://github.com/formly-js/angular-formly-templates-bootstrap.git",
- "_target": "~6.0.0",
- "_originalSource": "angular-formly-templates-bootstrap",
- "_direct": true
- }
|