UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

40 lines (39 loc) 880 B
{ "name": "node-emoji", "version": "1.4.1", "description": "simple emoji support for node.js projects", "author": "Daniel Bugl <daniel.bugl@touchlay.com>", "repository": { "type": "git", "url": "https://github.com/omnidan/node-emoji.git" }, "keywords": [ "emoji", "simple", "emoticons", "emoticon", "emojis", "smiley", "smileys", "smilies", "ideogram", "ideograms" ], "bugs": { "url": "https://github.com/omnidan/node-emoji/issues" }, "dependencies": { "string.prototype.codepointat": "^0.2.0" }, "devDependencies": { "mocha": "^3.0.2", "should": "^11.1.0" }, "scripts": { "emojiparse": "node lib/emojiparse.js", "test": "./node_modules/.bin/mocha --require should --bail --reporter spec test/*", "prepublish": "npm run test" }, "main": "index.js", "license": "MIT" }