Your IP : 216.73.216.17


Current Path : /etc/kibana/node_modules/simplify-js/
Upload File :
Current File : //etc/kibana/node_modules/simplify-js/package.json

{
  "name": "simplify-js",
  "version": "1.2.3",
  "description": "A high-performance JavaScript 2D/3D polyline simplification library",
  "homepage": "http://mourner.github.com/simplify-js/",
  "author": "Vladimir Agafonkin",
  "license": "BSD-2-Clause",
  "keywords": [
    "math",
    "geometry",
    "polyline",
    "simplification"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/mourner/simplify-js.git"
  },
  "main": "simplify.js",
  "files": [
    "simplify.js"
  ],
  "devDependencies": {},
  "scripts": {
    "test": "jshint simplify.js test/test.js && node test/test.js | faucet"
  },
  "jshintConfig": {
    "quotmark": "single",
    "trailing": true,
    "unused": true
  },
  "cleaned": true
}