typeahead.an
Version:
Typeahead directive for angular
32 lines (31 loc) • 572 B
JSON
{
"name": "typeahead.an",
"version": "0.0.7",
"description": "Typeahead directive for angular",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"angular",
"typeahead",
"autosuggest",
"directive",
"sj"
],
"browserify": {
"transform": [
"brfs"
]
},
"author": "Andrei Kashcha",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/anvaka/typeahead.an"
},
"dependencies": {
"an": "~0.0.0",
"brfs": "~0.2.1"
}
}