An open API service indexing awesome lists of open source software.

https://github.com/ericmorand/drupal-field


https://github.com/ericmorand/drupal-field

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# drupal-field

[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]

Emulate Drupal Field in JavaScript.

## Why would I need this?

If you're wondering, you probably don't need this.

## Installation

```bash
npm install drupal-field
```

## License

Apache-2.0 © [Eric MORAND]()

[npm-image]: https://badge.fury.io/js/drupal-field.svg
[npm-url]: https://npmjs.org/package/drupal-field
[travis-image]: https://travis-ci.org/ericmorand/drupal-field.svg?branch=master
[travis-url]: https://travis-ci.org/ericmorand/drupal-field
[daviddm-image]: https://david-dm.org/ericmorand/drupal-field.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/ericmorand/drupal-field
[coveralls-image]: https://coveralls.io/repos/github/ericmorand/drupal-field/badge.svg
[coveralls-url]: https://coveralls.io/github/ericmorand/drupal-field