diff options
author | greenkeeperio-bot <support@greenkeeper.io> | 2015-10-09 12:39:31 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2015-10-09 12:39:31 +0200 |
commit | 872cae0ad84d077606b251f298eadccd283813ae (patch) | |
tree | aec31427ca156531c01d0578fd8e92fa25dfb3e5 | |
parent | 86eff45a3e1a337c75950cc430da3e9918e06165 (diff) | |
download | he-origin/greenkeeper-update-all.zip he-origin/greenkeeper-update-all.tar.gz he-origin/greenkeeper-update-all.tar.bz2 |
chore(package): update dependenciesorigin/greenkeeper-update-all
http://greenkeeper.io/
-rw-r--r-- | package.json | 106 |
1 files changed, 53 insertions, 53 deletions
diff --git a/package.json b/package.json index ea75266..e1f2a59 100644 --- a/package.json +++ b/package.json @@ -1,55 +1,55 @@ { - "name": "he", - "version": "0.5.0", - "description": "A robust HTML entities encoder/decoder with full Unicode support.", - "homepage": "https://mths.be/he", - "main": "he.js", - "bin": "bin/he", - "keywords": [ - "string", - "entities", - "entity", - "html", - "encode", - "decode", - "unicode" - ], - "license": "MIT", - "author": { - "name": "Mathias Bynens", - "url": "https://mathiasbynens.be/" - }, - "repository": { - "type": "git", - "url": "https://github.com/mathiasbynens/he.git" - }, - "bugs": "https://github.com/mathiasbynens/he/issues", - "files": [ - "LICENSE-MIT.txt", - "he.js", - "bin/", - "man/" - ], - "directories": { - "bin": "bin", - "man": "man", - "test": "tests" - }, - "scripts": { - "test": "node tests/tests.js" - }, - "devDependencies": { - "codecov.io": "^0.1.6", - "grunt": "^0.4.5", - "grunt-shell": "^1.1.1", - "grunt-template": "^0.2.3", - "istanbul": "^0.3.5", - "jsesc": "^0.5.0", - "lodash": "^3.0.0", - "qunit-extras": "^1.4.1", - "qunitjs": "~1.11.0", - "regenerate": "^1.2.1", - "requirejs": "^2.1.15", - "string.fromcodepoint": "^0.2.1" - } + "name": "he", + "version": "0.5.0", + "description": "A robust HTML entities encoder/decoder with full Unicode support.", + "homepage": "https://mths.be/he", + "main": "he.js", + "bin": "bin/he", + "keywords": [ + "string", + "entities", + "entity", + "html", + "encode", + "decode", + "unicode" + ], + "license": "MIT", + "author": { + "name": "Mathias Bynens", + "url": "https://mathiasbynens.be/" + }, + "repository": { + "type": "git", + "url": "https://github.com/mathiasbynens/he.git" + }, + "bugs": "https://github.com/mathiasbynens/he/issues", + "files": [ + "LICENSE-MIT.txt", + "he.js", + "bin/", + "man/" + ], + "directories": { + "bin": "bin", + "man": "man", + "test": "tests" + }, + "scripts": { + "test": "node tests/tests.js" + }, + "devDependencies": { + "codecov.io": "^0.1.6", + "grunt": "^0.4.5", + "grunt-shell": "^1.1.1", + "grunt-template": "^0.2.3", + "istanbul": "^0.3.5", + "jsesc": "^0.5.0", + "lodash": "^3.0.0", + "qunit-extras": "^1.4.1", + "qunitjs": "~1.19.0", + "regenerate": "^1.2.1", + "requirejs": "^2.1.15", + "string.fromcodepoint": "^0.2.1" + } } |