aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..19c4344
--- /dev/null
+++ b/package.json
@@ -0,0 +1,24 @@
+{
+ "name": "itoa",
+ "version": "1.0.0",
+ "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"
+ }
+}