{
  "name": "@volox/social-post-wrapper",
  "version": "3.0.0",
  "description": "Wraps raw social data to generic Post",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepublish": "npm run build",
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "Volox/node-social-post-wrapper"
  },
  "author": "Volox <voloxxx@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "moment": "^2.15.1"
  },
  "devDependencies": {
    "@types/geojson": "0.0.31",
    "@types/node": "^6.0.42",
    "chai": "3.x",
    "mocha": "2.x"
  }
}
