degrad
Version:
Angular unit conversion
58 lines (57 loc) • 1.28 kB
JSON
{
"name": "degrad",
"version": "1.0.1",
"description": "Angular unit conversion",
"keywords": [
"conversion",
"convert",
"degrees",
"degree",
"deg",
"math",
"radians",
"radian",
"rad"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mgthomas99/degrad.git"
},
"bugs": {
"url": "https://github.com/mgthomas99/degrad/issues"
},
"author": "George Thomas",
"license": "MIT",
"main": "dist/commonjs/index.js",
"types": "dist/commonjs/index.d.ts",
"scripts": {
"build": "gulp build",
"report": "nyc node_modules/mocha/bin/_mocha test/**/*.js",
"watch": "gulp watch",
"test": "npm-run-all \"build\" \"report\"",
"prepublish": "npm-run-all \"build\" \"test\"",
"posttest": "codecov -f coverage/*.json -t 0215d34c-de12-41b9-a859-043a6b386bc1"
},
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.43",
"chai": "^4.1.2",
"codecov": "^2.3.1",
"editorconfig": "^0.14.2",
"gulp": "^3.9.1",
"gulp-typescript": "^3.2.2",
"mocha": "^4.0.1",
"npm-run-all": "^4.1.1",
"nyc": "^11.2.1",
"typescript": "^2.5.3"
},
"nyc": {
"extension": [
".js"
],
"reporter": [
"html",
"json"
]
}
}