UNPKG

angular-tribute

Version:

An AngularJS wrapper for ZURB's Tribute library for native @mentions

62 lines (61 loc) 1.68 kB
{ "name": "angular-tribute", "version": "0.0.2", "description": "An AngularJS wrapper for ZURB's Tribute library for native @mentions", "license": "MIT", "repository": "zurb/angular-tribute", "author": { "name": "ZURB", "email": "engineering@zurb.com", "url": "http://zurb.com" }, "engines": { "node": ">=4" }, "scripts": { "build:all": "npm run build && npm run build:umd", "build": "BUILD_ENV=cjs rollup -c", "build:umd": "BUILD_ENV=umd rollup -c", "test": "karma start karma.conf.js --single-run true --auto-watch false", "watch-test": "karma start karma.conf.js --single-run false --auto-watch true", "lint": "eslint src" }, "main": "index.js", "files": [ "index.js", "index.umd.js" ], "keywords": [ "tribute", "mention", "input", "AngularJS" ], "dependencies": {}, "devDependencies": { "aliasify": "^2.0.0", "babel-core": "^6.11.4", "babel-plugin-transform-runtime": "^6.9.0", "babel-preset-es2015": "^6.9.0", "babel-preset-es2015-rollup": "^1.1.1", "babel-runtime": "^6.9.2", "babelify": "^7.3.0", "browserify": "^13.0.1", "eslint": "^3.1.1", "eslint-config-standard": "^5.3.5", "eslint-plugin-promise": "^2.0.0", "eslint-plugin-standard": "^2.0.0", "jasmine-core": "^2.4.1", "karma": "^1.1.1", "karma-browserify": "^5.1.0", "karma-jasmine": "^1.0.2", "karma-phantomjs-launcher": "^1.0.1", "karma-spec-reporter": "0.0.26", "phantomjs-prebuilt": "^2.1.7", "rollup": "^0.33.0", "rollup-plugin-babel": "^2.6.1", "tributejs": "^2.0.4", "angular": "^1.5.7", "watchify": "^3.7.0" } }