X Tutup
{ "name": "algorithm-in-js", "version": "1.0.0", "description": "", "main": "Readme.md", "scripts": { "tdd": "ava **/*.js -w", "test": "ava **/*.js" }, "author": "Rohan Paul", "keywords": [ "interview", "coding", "algorithms" ], "license": "ISC", "devDependencies": { "babel-core": "^6.26.0", "chai": "^4.1.2", "mocha": "^4.0.1", "tape": "^4.8.0" }, "dependencies": { "ava": "^0.25.0" } }
X Tutup