Files

21 lines
523 B
JSON
Raw Permalink Normal View History

2015-07-03 21:52:39 -07:00
{
2016-08-14 20:58:42 -07:00
"name": "mathdecidr",
"description": "Computation runner for common equations with access to a set of constant values.",
"version": "0.6.1",
2016-08-14 20:58:42 -07:00
"author": {
"name": "Josh Goldberg",
"email": "joshuakgoldberg@outlook.com"
},
"repository": {
"type": "git",
"url": "ssh://git@github.com:FullScreenShenanigans/MathDecidr.git"
},
"bugs": {
"url": "https://github.com/FullScreenShenanigans/MathDecidr/issues"
},
"license": "MIT",
"devDependencies": {
2016-12-26 02:38:28 -05:00
"gulp-shenanigans": "0.6.X"
2016-08-14 20:58:42 -07:00
}
}