UNPKG

coloquent-test2

Version:

Library for retrieving model objects from a JSON-API, with a fluent syntax inspired by Laravel Eloquent.

58 lines (57 loc) 1.5 kB
{ "name": "coloquent-test2", "version": "0.9.10", "description": "Library for retrieving model objects from a JSON-API, with a fluent syntax inspired by Laravel Eloquent.", "keywords": [ "coloquent", "eloquent", "json-api", "json", "api", "json-api client", "api client", "json-api-client", "model", "orm", "mvc" ], "author": "David Duwaer", "license": "MIT", "homepage": "https://github.com/DavidDuwaer/coloquent#readme", "repository": { "type": "git", "url": "git+https://github.com/DavidDuwaer/coloquent.git" }, "bugs": { "url": "https://github.com/DavidDuwaer/coloquent/issues" }, "main": "dist/index.js", "types": "dist/index.d.ts", "directories": { "dist": "dist" }, "scripts": { "clear": "rm -rf dist/*", "build": "npm run clear && tsc", "test": "npm run build && mocha -r ts-node/register tests/**/*.test.ts", "prepublish": "npm test", "dist": "npm run prepublish && npm publish" }, "dependencies": { "@types/es6-promise": "0.0.32", "@types/moxios": "^0.4.8", "axios": "^0.16.2", "php-date-formatter": "^1.3.4" }, "devDependencies": { "@types/chai": "^4.0.3", "@types/chai-as-promised": "^7.1.0", "@types/mocha": "^2.2.41", "chai": "^4.1.1", "chai-as-promised": "^7.1.1", "mocha": "^3.5.0", "moxios": "^0.4.0", "ts-node": "^3.3.0", "typescript": "^2.8.1" } }