mertan
Version:
geometrical operations
59 lines (58 loc) • 1.18 kB
JSON
{
"name": "mertan",
"description": "geometrical operations",
"version": "0.0.3",
"main": "index.js",
"scripts": {
"test": "mocha",
"prepublish": "npm test"
},
"dependencies": {
"totemizer": "~0.0.4",
"biginteger": "~1.0.1",
"viral": "~0.0.4",
"rationals": "~0.1.6",
"momentum": "~0.1.3",
"deep-equal": "~0.0.0",
"vatrix": "~0.0.3"
},
"devDependencies": {
"mocha": "*",
"expect.js": "*",
"better-stack-traces": "~1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ashnur/mertan.git"
},
"bugs": {
"url": "https://github.com/ashnur/mertan/issues"
},
"testling": {
"files": "test/*.js",
"browsers": [
"iexplore/6.0",
"iexplore/7.0",
"iexplore/8.0",
"iexplore/9.0",
"iexplore/10.0",
"chrome/4.0",
"chrome/23.0",
"firefox/3.0",
"firefox/17.0",
"opera/10.0",
"opera/12.0",
"safari/5.0.5",
"safari/5.1"
],
"harness": "mocha"
},
"keywords": [
"geometry",
"n-dimension",
"rational points"
],
"author": "ashnur",
"license": "DAFUQ",
"readmeFilename": "README.md"
}