gd_complex
Version:
Complex Number Arithmetic
36 lines (35 loc) • 797 B
JSON
{
"name": "gd_complex",
"version": "0.0.4",
"description": "Complex Number Arithmetic",
"main": "gd_complex.js",
"watch": {
"start": "{index,gd_complex}.js",
"test": "test/complex.js"
},
"scripts": {
"build": "babel gd_complex.js -o gd_complex.es5.js",
"watch": "npm-watch",
"start": "npm run build && node index.js",
"test": "mocha"
},
"keywords": [
"Complex",
"Imaginary",
"Numbers",
"Math"
],
"repository": {
"type": "git",
"url": "https://github.com/giodif/gd_complex.git"
},
"author": "Giovanni DiFeterici <gdifeterici@gmail.com>",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"mocha": "^5.2.0",
"npm-watch": "^0.3.0"
},
"dependencies": {}
}