19 lines
352 B
JSON
19 lines
352 B
JSON
{
|
|
"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"
|
|
}
|