{
  "name": "isccw",
  "version": "2.0.0",
  "description": "validator if polygon is CCW or not",
  "main": "index.js",
  "scripts": {
    "test": "mocha test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SelimAbidin/isCCW.git"
  },
  "keywords":[
    "ccw",
    "cc",
    "countr-clockwise",
    "anti-clockwise"
  ],
  "author": "Selim Abidin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SelimAbidin/isCCW/issues"
  },
  "homepage": "https://github.com/SelimAbidin/isCCW#readme",
  "devDependencies": {
    "mocha": "^4.0.1"
  }
}
