wassy
Version:
REST endpoint abstraction library
71 lines (70 loc) • 1.93 kB
JSON
{
"name": "wassy",
"version": "2.0.1",
"description": "REST endpoint abstraction library",
"main": "lib/wassy.min.js",
"scripts": {
"babel": "babel --presets es2015 src/index.js -o lib/wassy.bundle.js",
"test": "jest",
"lint": "eslint --ext .js src test",
"webpack": "webpack --progress",
"build": "npm run lint && npm run test && npm run webpack"
},
"keywords": [
"REST",
"flint"
],
"author": "moh kante",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.0.2",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"babelify": "^8.0.0",
"body-parser": "^1.18.3",
"browserify": "^14.5.0",
"chai": "^4.1.2",
"cors": "^2.8.4",
"eslint": "^4.12.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-import": "^2.8.0",
"express": "^4.16.3",
"jasmine": "^2.99.0",
"jasmine-ajax": "^3.4.0",
"jasmine-babel": "^2.2.0",
"jasmine-core": "^2.8.0",
"jasmine-node": "^1.14.5",
"jest": "^23.5.0",
"jsdom": "^12.0.0",
"karma": "^1.7.1",
"karma-babel-preprocessor": "^7.0.0",
"karma-browserify": "^5.1.2",
"karma-chai": "^0.1.0",
"karma-jasmine": "^1.1.1",
"karma-jasmine-ajax": "^0.1.13",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sinon-chai": "^1.3.3",
"mocha": "^5.2.0",
"phantomjs": "^2.1.7",
"proxyquire": "^1.8.0",
"proxyquire-universal": "^1.0.8",
"proxyquireify": "^3.2.1",
"sinon": "^4.1.3",
"webpack": "^4.17.1",
"webpack-cli": "^2.1.3",
"xmlhttprequest": "^1.8.0"
},
"dependencies": {
"lodash": "^4.17.4"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:mkante/wassy.git"
}
}