-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "mcode-list",
"version": "0.6.2",
"description": "Our List Processing functions. These support list of Objects--ints, string, JSON, any--that are ordered and related to other lists on the same topic. These can be used to swap one item in a list with its corresponding element in a realted list. This is similar to Dictionaries but the key:value pairing is dynamic and reverisble and not limited to two values.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MicroCODEIncorporated/mcode-list.git"
},
"keywords": [
"Lists",
"Lisp",
"Dictionary",
"Json",
"Ordered",
"Calls",
"Extensible",
"Code",
"Builder",
"MicroCODE"
],
"author": "Timothy McGuire",
"license": "MIT",
"bugs": {
"url": "https://github.com/MicroCODEIncorporated/mcode-list/issues"
},
"homepage": "https://github.com/MicroCODEIncorporated/mcode-list#readme",
"dependencies": {
"mcode-data": "^0.6.4",
"mcode-log": "^0.8.0"
}
}