UNPKG

react-tag-input-custom-search

Version:

React Tag Autocomplete is a simple tagging component ready to drop in your React projects.

78 lines (77 loc) 2.15 kB
{ "name": "react-tag-input-custom-search", "version": "5.9.26", "description": "React Tag Autocomplete is a simple tagging component ready to drop in your React projects.", "main": "dist-es5/ReactTags.js", "jsnext:main": "dist-es6/ReactTags.js", "scripts": { "pretest": "npm run lint && npm run build:es5", "test": "jasmine", "coverage": "nyc --include 'dist-es5/**' npm test", "lint": "standard lib/*.js spec/*.js", "dev": "webpack-dev-server --progress --env.NODE_ENV=development", "build:example": "webpack -p --env.NODE_ENV=production --config-name example", "build:es5": "buble lib --objectAssign -o dist-es5", "build:es6": "buble lib --objectAssign -o dist-es6 -t node:6", "prepare": "npm run build:es5 && npm run build:es6" }, "keywords": [ "react", "tags", "tag input", "react-component", "autosuggest", "autocomplete" ], "author": "Matt Hinchliffe", "contributors": [ "Prakhar Srivastav", "Simon Hötten", "Andre-John Mas", "Mike Kamermans", "Juliette Prétot", "Andrew Pillsbury", "Axel Niklasson", "Serhiy Yefremenko", "Paul Shannon" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/i-like-robots/react-tags.git" }, "peerDependencies": { "prop-types": "^15.0.0", "react": "^15.0.0 || ^16.0.0", "react-dom": "^15.0.0 || ^16.0.0" }, "devDependencies": { "buble": "^0.17.0", "buble-loader": "^0.4.1", "coveralls": "^3.0.0", "jasmine": "^3.3.0", "jsdom": "^14.0.0", "keycode": "^2.1.2", "nyc": "^13.3.0", "prop-types": "^15.7.0", "react": "^16.8.0", "react-dom": "^16.8.0", "sinon": "^7.3.0", "standard": "^12.0.1", "webpack": "^3.6.0", "webpack-dev-server": "^2.8.2" }, "bugs": { "url": "https://github.com/i-like-robots/react-tags/issues" }, "homepage": "https://github.com/i-like-robots/react-tags#readme", "directories": { "example": "example", "lib": "lib" }, "dependencies": { "jquery": "^3.4.0", "moment": "^2.24.0", "react-number-format": "^4.0.7" } }