hbnvec
Version:
My first test package
25 lines (24 loc) • 439 B
JSON
{
"name": "hbnvec",
"version": "0.2.0",
"repository": {
"type": "git",
"url": "git://github.com/misseshyo/hbnvec.git"
},
"description": "My first test package ",
"main": "index.js",
"scripts": {
"test": "make test"
},
"keywords": [
"n-dimension",
"vector",
"arithmetic"
],
"author": "Marcos Nadolny",
"license": "ISC",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5"
}
}