UNPKG

appeal

Version:

ES6 Component for making requests or appeals.

62 lines (61 loc) 1.39 kB
{ "name": "appeal", "version": "0.1.3", "description": "ES6 Component for making requests or appeals.", "main": "index.js", "scripts": { "test": "gulp test" }, "repository": { "type": "git", "url": "https://github.com/FreeAllMedia/appeal.git" }, "keywords": [ "appeal" ], "author": "Free All Media", "contributors": [ { "name": "nicosommi", "email": "nicosommi@gmail.com" }, { "name": "dcrockwell", "email": "dcautomates@gmail.com" }, { "name": "paulgoggin", "email": "pgoggin@gmail.com" } ], "license": "MIT", "bugs": { "url": "https://github.com/FreeAllMedia/appeal/issues" }, "homepage": "https://github.com/FreeAllMedia/appeal", "dependencies": { "incognito": "^0.1.2", "omnirouter": "^0.1.0", "request": "^2.58.0" }, "devDependencies": { "babel": "^5.5.6", "chai": "^3.0.0", "coveralls": "^2.11.2", "gulp": "^3.9.0", "gulp-babel": "^5.1.0", "gulp-istanbul": "^0.10.0", "gulp-mocha": "^2.1.1", "gulp-util": "^3.0.6", "karma": "^0.12.36", "karma-browserify": "^4.2.1", "karma-chai": "^0.1.0", "karma-detect-browsers": "^2.0.0", "karma-mocha": "^0.1.10", "karma-sauce-launcher": "^0.2.11", "mocha": "^2.2.5", "sinon": "^1.15.3", "superstack": "0.0.4" }, "generatorVersion": "0.2.20" }