-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 844 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 844 Bytes
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
{
"name": "mcode-data",
"version": "0.6.5",
"description": "Our Data Handling functions. These support type checking and type coercion and conversion of Objects--ints, string, number, JSON, any--to commonize data handling and type checking.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MicroCODEIncorporated/mcode-data.git"
},
"keywords": [
"Data",
"Types",
"Coercion",
"Code",
"Builder",
"MicroCODE"
],
"author": "Timothy McGuire",
"license": "MIT",
"bugs": {
"url": "https://github.com/MicroCODEIncorporated/mcode-data/issues"
},
"homepage": "https://github.com/MicroCODEIncorporated/mcode-data#readme"
}