UNPKG

sarala

Version:

Javascript library to communicate with RESTful API built following JSON API specification. inspired by Laravel’s Eloquent.

62 lines (61 loc) 1.8 kB
{ "name": "sarala", "version": "0.3.10", "description": "Javascript library to communicate with RESTful API built following JSON API specification. inspired by Laravel’s Eloquent.", "main": "build/index.js", "scripts": { "build": "babel src -d build", "test": "jest", "tw": "jest --watch", "cc": "jest --coverage", "coveralls": "jest --coverage --coverageReporters=text-lcov | coveralls", "cs": "./node_modules/.bin/eslint src/*", "csf": "./node_modules/.bin/eslint src/* --fix", "docs:dev": "vuepress dev docs", "docs:build": "vuepress build docs" }, "jest": { "coverageDirectory": "./coverage/", "collectCoverage": true }, "repository": { "type": "git", "url": "git+https://github.com/milroyfraser/sarala.git" }, "keywords": [ "restful-api", "json-api", "laravel", "eloquent", "javascript", "orm" ], "author": "Milroy Fraser", "license": "MIT", "bugs": { "url": "https://github.com/milroyfraser/sarala/issues" }, "homepage": "https://github.com/milroyfraser/sarala#readme", "dependencies": { "lodash": "^4.17.11", "moment": "^2.23.0", "sarala-json-api-data-formatter": "^1.0.6" }, "devDependencies": { "axios": "^0.18.0", "babel-cli": "^6.26.0", "babel-plugin-transform-async-to-generator": "^6.24.1", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-latest": "^6.24.1", "coveralls": "^3.0.2", "eslint": "^4.19.1", "eslint-config-standard": "^11.0.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-node": "^6.0.1", "eslint-plugin-promise": "^3.8.0", "eslint-plugin-standard": "^3.1.0", "jest": "^22.4.4", "moxios": "^0.4.0" } }