summaryrefslogtreecommitdiff
path: root/node_modules/typographic-ellipses/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/typographic-ellipses/package.json')
-rw-r--r--node_modules/typographic-ellipses/package.json70
1 files changed, 0 insertions, 70 deletions
diff --git a/node_modules/typographic-ellipses/package.json b/node_modules/typographic-ellipses/package.json
deleted file mode 100644
index 4b528a1..0000000
--- a/node_modules/typographic-ellipses/package.json
+++ /dev/null
@@ -1,70 +0,0 @@
-{
- "_from": "typographic-ellipses@^1.0.11",
- "_id": "[email protected]",
- "_inBundle": false,
- "_integrity": "sha1-ppFDtLjFYR3Tpmm3wwUmA+imlIc=",
- "_location": "/typographic-ellipses",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "typographic-ellipses@^1.0.11",
- "name": "typographic-ellipses",
- "escapedName": "typographic-ellipses",
- "rawSpec": "^1.0.11",
- "saveSpec": null,
- "fetchSpec": "^1.0.11"
- },
- "_requiredBy": [
- "/at-quotes"
- ],
- "_resolved": "https://registry.npmjs.org/typographic-ellipses/-/typographic-ellipses-1.0.11.tgz",
- "_shasum": "a69143b4b8c5611dd3a669b7c3052603e8a69487",
- "_spec": "typographic-ellipses@^1.0.11",
- "_where": "E:\\Documents\\GitHub\\s5nical\\node_modules\\at-quotes",
- "author": {
- "name": "Vladimir Starkov",
- "email": "[email protected]",
- "url": "http://vstarkov.com/"
- },
- "bugs": {
- "url": "https://github.com/matmuchrapna/typographic-ellipses/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Avoid using periods and spaces",
- "devDependencies": {
- "babel": "^5.0.0",
- "coveralls": "^2.11.2",
- "husky": "^0.7.0",
- "istanbul": "^0.3.11",
- "mocha": "^2.2.1",
- "mocha-lcov-reporter": "0.0.2"
- },
- "homepage": "https://github.com/matmuchrapna/typographic-ellipses",
- "keywords": [
- "textr",
- "typographic",
- "ellipses",
- "ellipsis"
- ],
- "license": "MIT",
- "main": "index.es5.js",
- "name": "typographic-ellipses",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/matmuchrapna/typographic-ellipses.git"
- },
- "scripts": {
- "coverage": "istanbul cover _mocha -- --require babel/register",
- "coveralls": "coveralls < coverage/lcov.info",
- "postpublish": "rm *.es5.js && git push --follow-tags",
- "precommit": "npm test",
- "precoveralls": "npm run coverage",
- "prepublish": "npm run transpile",
- "tdd": "mocha --require babel/register --watch",
- "test": "mocha --require babel/register",
- "transpile": "babel index.js > index.es5.js"
- },
- "version": "1.0.11"
-}