aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 181aff3c71d82a4bb1666b7f6574baa0503c207c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "itoa",
  "version": "1.0.2",
  "description": "Convert 10 to ten, all the way up to one centillion!",
  "main": "index.js",
  "scripts": {
    "test": "mocha test/index.js"
  },
  "keywords": [
    "number",
    "number",
    "names",
    "math"
  ],
  "author": "Ben Burwell",
  "license": "MIT",
  "devDependencies": {
    "mocha": "^2.5.3",
    "should": "^10.0.0"
  },
  "dependencies": {
    "bignumber.js": "^2.4.0"
  }
}