UNPKG

pretur.sync

Version:

Front-end back-end communication infrastructure

45 lines (44 loc) 1.01 kB
{ "name": "pretur.sync", "version": "0.29.0", "description": "Front-end back-end communication infrastructure", "main": "lib/main.js", "typings": "lib/main.d.ts", "files": [ "lib" ], "scripts": { "build": "rimraf lib && tsc", "prepublishOnly": "npm run build" }, "keywords": [ "pretur", "communication", "sync", "request", "query" ], "author": "Ali Taheri Moghaddar", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/pretur/pretur" }, "bugs": { "url": "https://github.com/pretur/pretur/issues" }, "homepage": "https://github.com/pretur/pretur/tree/master/packages/pretur.sync", "dependencies": { "@types/lodash": "^4.14.85", "@types/node": "^8.0.53", "lodash": "^4.17.4", "pretur.fetch": "^0.29.0", "pretur.i18n": "^0.29.0", "pretur.spec": "^0.29.0", "tslib": "^1.8.0" }, "devDependencies": { "rimraf": "^2.6.2", "typescript": "^2.7.0-dev.20171031" } }