UNPKG

api-know

Version:

API Know provides an easy interface to perform CRUD operations against APIs, localstorage, etc..

52 lines (51 loc) 1.27 kB
{ "name": "api-know", "version": "1.0.18", "description": "API Know provides an easy interface to perform CRUD operations against APIs, localstorage, etc.. ", "readme": "https://github.com/mishkinf/api-know/blob/master/README.md", "main": "build/index.js", "files": [ "bin", "build", "src", "test", ".babelrc", "webpack.config.js" ], "scripts": { "build": "rimraf build && webpack", "prestart": "npm run build", "start": "node bin/main.js", "pretest": "npm run build", "test": "mocha build/test.js", "prepublish": "npm run build" }, "bin": { "api-know": "./bin/main.js" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/mishkinf/api-know.git" }, "keywords": [ "API", "Javascript", "Localstorage", "REST" ], "author": "Mishkin Faustini <mishkinf@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/mishkinf/api-know/issues" }, "homepage": "https://github.com/mishkinf/api-know#readme", "devDependencies": { "babel-core": "^6.4.5", "babel-loader": "^6.2.1", "babel-preset-es2015": "^6.3.13", "babel-preset-stage-0": "^6.3.13", "mocha": "^2.4.5", "rimraf": "^2.5.1", "webpack": "^1.12.12" } }