{
  "name": "mobservable-api",
  "version": "1.0.40",
  "description": "Mobeservable API provides an easy interface to perform CRUD operations against APIs, localstorage, etc.. ",
  "readme": "https://github.com/mishkinf/mobservable-api/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": {
    "mobservable-api": "./bin/main.js"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/mishkinf/mobservable-api.git"
  },
  "keywords": [
    "API",
    "Javascript",
    "Localstorage",
    "REST"
  ],
  "author": "Mishkin Faustini <mishkinf@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mishkinf/mobservable-api/issues"
  },
  "homepage": "https://github.com/mishkinf/mobservable-api#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"
  }
}
