js-algorithms/package.json

19 lines
352 B
JSON
Raw Permalink Normal View History

2015-07-24 06:44:18 +00:00
{
"name": "harmony-algorithms",
"version": "1.0.0",
"description": "Algorithms and Data Structures implemented in ES6",
"main": "index.js",
"scripts": {
"test": "mocha tests/*.js"
},
"keywords": [
"algorithm",
"data-structure",
"harmony",
"es6",
"javascript"
],
"author": "Mahdi Dibaiee",
"license": "MIT"
}