{
  "name": "npm-experiments",
  "version": "0.1.4",
  "description": "Just another npm experimient",
  "main": "./lib/main.js",
  "types": "./lib/main.d.ts",
  "scripts": {
    "test": "mocha -r ts-node/register test/**/*.ts",
    "prepublish": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/slayerfat/npm-experiments.git"
  },
  "author": "Alejandro Granadillo <slayerfat@gmail.com> (http://slayerfat.com.ve/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/slayerfat/npm-experiments/issues"
  },
  "homepage": "https://github.com/slayerfat/npm-experiments#readme",
  "devDependencies": {
    "@types/chai": "^3.5.2",
    "@types/mocha": "^2.2.41",
    "chai": "^3.5.0",
    "mocha": "^3.3.0",
    "ts-node": "^3.0.2",
    "typescript": "^2.3.2"
  }
}
