econ
Version:
Event Collections
66 lines (65 loc) • 1.29 kB
JSON
{
"name": "econ",
"description": "Event Collections",
"author": {
"name": "Jeongho Nam",
"email": "samchon@samchon.org",
"url": "http://samchon.org"
},
"version": "1.0.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"build": "node build/template && tsc && node lib/tests",
"test": "node lib/tests"
},
"homepage": "https://github.com/samchon/econ",
"repository": {
"type": "git",
"url": "https://github.com/samchon/econ.git"
},
"bugs": {
"url": "https://github.com/samchon/econ/issues"
},
"licenses": [
{
"type": "BSD-3-Clause",
"url": "https://opensource.org/licenses/BSD-3-Clause"
}
],
"keywords": [
"STL",
"TSTL",
"standard template library",
"event",
"container",
"iterator",
"vector",
"deque",
"list",
"vector_bool",
"set",
"multiset",
"unordered_set",
"unordered_multiset",
"map",
"multimap",
"unordered_map",
"unordered_multimap",
"VectorBoolean",
"TreeSet",
"TreeMultiSet",
"HashSet",
"HashMultiSet",
"TreeMap",
"TreeMultiMap",
"HashMap",
"HashMultiMap"
],
"dependencies": {
"tstl": ">= 1.7.7"
},
"devDependencies": {
"@types/node": "~x.x.x"
}
}