UNPKG

962 BJSONView Raw
1{
2 "name": "extended-math",
3 "version": "1.0.5",
4 "description": "A collection mathemtatical helper functions and constant values.",
5 "main": "dist/extended-math.js",
6 "scripts": {
7 "build": "gulp build",
8 "lint": "gulp lint",
9 "test": "mocha",
10 "coverage": "gulp coverage",
11 "coveralls": "npm run coverage -- --report lcovonly && cat ./coverage/lcov.info | coveralls",
12 "security": "gulp security"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/nitro404/extended-math.git"
17 },
18 "keywords": [
19 "extended",
20 "math",
21 "helper",
22 "functions",
23 "constants"
24 ],
25 "author": {
26 "name": "Kevin Scroggins"
27 },
28 "license": "MIT",
29 "bugs": {
30 "url": "https://github.com/nitro404/extended-math/issues"
31 },
32 "homepage": "https://github.com/nitro404/extended-math#readme",
33 "devDependencies": {
34 "chai": "^4.2.0",
35 "gulp-fabricator": "^1.1.0"
36 }
37}