{
	"name": "aureooms-js-algo",
	"description": "playground for algorithmic code bricks in JavaScript",
	"homepage": "https://aureooms.github.io/js-algo",
	"main": "js/dist/algo.js",
	"version": "3.0.5",
	"repository": {
		"url": "https://github.com/aureooms/js-algo.git",
		"type": "git"
	},
	"keywords": [
		"adt",
		"algorithm",
		"complexity",
		"ender",
		"javascript",
		"js",
		"template"
	],
	"scripts": {
		"build": "./node_modules/.bin/aureooms-node-package-build",
		"test": "./node_modules/.bin/aureooms-node-package-test",
		"doc": "./node_modules/.bin/groc"
	},
	"author": "aureooms",
	"devDependencies": {
		"aureooms-js-array": "^3.1.0",
		"aureooms-js-compare": "^1.4.3",
		"aureooms-js-functools": "^2.0.3",
		"aureooms-js-itertools": "^1.3.0",
		"aureooms-js-operator": "^1.0.2",
		"aureooms-js-partition": "^7.0.0",
		"aureooms-js-random": "^1.0.1",
		"aureooms-js-selection": "^8.0.1",
		"aureooms-js-sort": "^6.0.0",
		"aureooms-js-splitting": "^4.0.2",
		"aureooms-node-package": "^5.0.2"
	},
	"bugs": {
		"url": "https://github.com/aureooms/js-algo/issues"
	},
	"dependencies": {},
	"license": "AGPL-3.0",
	"spm": {
		"main": "js/dist/algo.js"
	}
}