summaryrefslogtreecommitdiff
path: root/package.json
blob: 70f12adbc823d1c944db32e82f0499703110557e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "basic",
  "version": "1.0.0",
  "description": "convert between bases",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha -R spec"
  },
  "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",
  "dependencies": {
    "assert": "^1.4.1",
    "mocha": "^3.2.0"
  }
}