ecol
Version:
Event Collections
52 lines (51 loc) • 1.18 kB
JSON
{
"name": "ecol",
"description": "Event Collections",
"author": {
"name": "Jeongho Nam",
"email": "samchon@samchon.org",
"url": "http://samchon.org"
},
"version": "1.1.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"build": "node build/template && tsc && npm run test",
"test": "node lib/test"
},
"homepage": "https://github.com/samchon/ecol",
"repository": {
"type": "git",
"url": "https://github.com/samchon/ecol.git"
},
"bugs": {
"url": "https://github.com/samchon/ecol/issues"
},
"license": "MIT",
"keywords": [
"STL",
"TSTL",
"standard template library",
"event",
"collection",
"iterator",
"VectorCollection",
"ListCollection",
"DequeCollection",
"TreeSetCollection",
"TreeMultiSetCollection",
"HashSetCollection",
"HashMultiSetCollection",
"TreeMapCollection",
"TreeMultiMapCollection",
"HashMapCollection",
"HashMultiMapCollection"
],
"dependencies": {
"tstl": ">=2.4.0"
},
"devDependencies": {
"@types/node": "^9.4.7",
"typescript": "^3.7.4"
}
}