UNPKG

sangja

Version:

JavaScript data structures library

44 lines (43 loc) 987 B
{ "name": "sangja", "version": "0.1.1", "description": "JavaScript data structures library", "main": "src/index.js", "scripts": { "build": "webpack --config webpack.config.js", "doc": "rm -rf doc; jsdoc -c .jsdoc.config.js", "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/chacham/sangja.git" }, "keywords": [ "sangja", "collection", "data", "structure", "stack", "queue", "linkedlist", "heap", "binarysearchtree" ], "author": "Chacham", "license": "MIT", "bugs": { "url": "https://github.com/chacham/sangja/issues" }, "homepage": "https://github.com/chacham/sangja#readme", "devDependencies": { "chai": "^4.2.0", "eslint": "^5.10.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.14.0", "ink-docstrap": "^1.3.2", "jsdoc": "^3.5.5", "mocha": "^5.2.0", "webpack": "^4.27.1", "webpack-cli": "^3.1.2" } }