UNPKG

samwisejs

Version:
47 lines (46 loc) 1.18 kB
{ "name": "samwisejs", "version": "0.0.5", "description": "A simple SAM API wrapper.", "main": "lib/index.js", "repository": { "type": "git", "url": "git+https://github.com/NuAxis/samwise.git" }, "keywords": [ "sam", "sam.gov", "data.gov", "api.data.gov" ], "author": "Faheem Memon", "license": "MIT", "bugs": { "url": "https://github.com/NuAxis/samwise/issues" }, "homepage": "https://github.com/NuAxis/samwise#readme", "scripts": { "lint": "eslint lib/**/*.js spec/**/*.js", "test": "npm run lint && npm run coverage && npm run check-coverage", "coverage": "nyc mocha --recursive ./spec/samwise/*.js", "check-coverage": "nyc check-coverage", "browserify": "browserify lib/index.js -s samwise > samwise.js" }, "browser": { "request": "xhr" }, "devDependencies": { "chai": "^4.2.0", "codeclimate-test-reporter": "^0.3.3", "eslint-plugin-no-unsafe-innerhtml": "^1.0.14", "eslint-plugin-scanjs-rules": "^0.1.4", "mocha": "^6.2.0", "nock": "^8.0.0", "nyc": "^14.1.1" }, "dependencies": { "eslint": "^3.19.0", "request": "^2.88.0", "xhr": "^1.17.1" } }