UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

37 lines (36 loc) 942 B
{ "name": "es6-set", "version": "0.1.4", "description": "ECMAScript6 Set polyfill", "author": "Mariusz Nowak <medyk@medikoo.com> (http://www.medikoo.com/)", "keywords": [ "set", "collection", "es6", "harmony", "list", "hash" ], "repository": { "type": "git", "url": "git://github.com/medikoo/es6-set.git" }, "dependencies": { "d": "~0.1.1", "es5-ext": "~0.10.11", "es6-iterator": "2", "es6-symbol": "3", "event-emitter": "~0.3.4" }, "devDependencies": { "tad": "~0.2.4", "xlint": "~0.2.2", "xlint-jslint-medikoo": "~0.1.4" }, "scripts": { "lint": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream", "lint-console": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --watch", "test": "node ./node_modules/tad/bin/tad" }, "license": "MIT" }