UNPKG

highlight-share

Version:

Medium-like text selection sharing without dependencies

59 lines (58 loc) 1.79 kB
{ "name": "highlight-share", "version": "0.2.0", "description": "Medium-like text selection sharing without dependencies", "keywords": [ "highlight", "medium", "popover", "selection", "share", "sharepoint", "sharing", "text" ], "main": "dist/highlight-share.js", "module": "src/highlight-share.js", "author": { "name": "Liz Shaw", "email": "eshaw@hubspot.com" }, "license": "MIT", "scripts": { "prepublish": "npm test", "preversion": "npm test", "coverage": "nyc report --reporter=text-lcov | coveralls", "test": "nyc --require babel-core/register mocha test/*.js test/sharers/*.js", "testonly": "mocha --compilers js:babel-register test/*.js test/sharers/*.js" }, "repository": { "type": "git", "url": "https://github.com/anythingcodes/highlight-share.git" }, "bugs": { "url": "https://github.com/anythingcodes/highlight-share/issues" }, "devDependencies": { "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", "babel-preset-es2015": "^6.18.0", "chai": "^3.5.0", "coveralls": "^2.11.15", "eslint-config-airbnb-base": "^11.0.0", "eslint-plugin-import": "^2.2.0", "gulp": "^3.9.1", "gulp-cssnano": "^2.1.2", "gulp-eslint": "^3.0.1", "gulp-less": "^3.3.0", "gulp-uglify": "^2.0.0", "jsdom": "^9.9.1", "mocha": "^3.2.0", "nyc": "^10.0.0", "rollup-plugin-babel": "^2.7.1", "rollup-stream": "^1.16.0", "sinon": "^1.17.7", "sinon-chai": "^2.8.0", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0" } }