UNPKG

ng-hashtag-search-box

Version:

Hashtag search box with inline suggestion

33 lines (32 loc) 1.19 kB
{ "name": "ng-hashtag-search-box", "version": "0.0.1", "description": "Hashtag search box with inline suggestion", "main": "dist/ng-hashtag-search-box.min.js", "respository": { "type": "git", "url": "https://github.com/ifraixedes/ng-hashtag-search-box.git" }, "bugs": "https://github.com/ifraixedes/ng-hashtags-search-box/issues", "scripts": { "dev": "node dev-env.js", "test": "echo \"Error: no test specified\" && exit 1", "build": "mkdir -p dist && uglifyjs src/directive.js --source-map dist/ng-hashtag-search-box.js.map --source-map-root /node_modules/ng-hashtag-search-box/dist --source-map-url /node_modules/ng-hashtag-search-box/dist/ng-hashtag-search-box.js.map --source-map-include-sources -o dist/ng-hashtag-search-box.min.js -c --comments", "prepublish": "npm run-script build" }, "keywords": [ "angular", "ng-directive", "hashtag", "search-box" ], "author": "Ivan Fraixedes <ivan@fraixed.es> (http://ivan.fraixed.es)", "license": "MIT", "devDependencies": { "angular": "^1.4.7", "browser-sync": "^2.9.8", "eslint": "^1.6.0", "eslint-plugin-angular": "^0.12.0", "uglify-js": "^2.6.1" } }