aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: b54a9a66c657b3c8453eb0c116dae52f04b5b8a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "fib",
  "version": "1.0.0",
  "description": "the fibonacci only you would give me",
  "main": "index.js",
  "repository": "git@github.com:braxtonhall/fib.git",
  "author": "braxtonhall <braxtonjhall@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "ajv": "^8.11.0"
  }
}