mathsjs
Version:
Math library for Javascript
30 lines (29 loc) • 749 B
JSON
{
"name": "mathsjs",
"version": "1.4.0",
"description": "Math library for Javascript",
"main": "./src/maths",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/taigah/MathsJS.git"
},
"author": "Taigah <taigah.dev@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/taigah/MathsJS/issues"
},
"homepage": "https://github.com/taigah/MathsJS#readme",
"dependencies": {},
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"browserify": "^13.0.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-uglify": "^1.5.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}