blob: d32279957ec2917694a103c1024d8fa728ac5780 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"name": "basic",
"version": "1.0.0",
"description": "convert between bases",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/julescarbon/basic.git"
},
"author": "julie",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/julescarbon/basic/issues"
},
"homepage": "https://github.com/julescarbon/basic#readme"
}
|