v2
Version:
Simple 2d vector prototype
20 lines (19 loc) • 399 B
JSON
{
"name": "v2",
"version": "0.0.3",
"description": "Simple 2d vector prototype",
"main": "lib/v2.js",
"scripts": {
"test": "mocha test/v2-test.js"
},
"author": "Chris Pettitt <cpettitt@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/cpettitt/v2.git"
},
"license": "MIT",
"devDependencies": {
"chai": "^2.1.2",
"mocha": "^2.2.1"
}
}