Cleaned up the source. Renamed the file. Ready for release.
h2c2
0 → 100755
{ | ||
"name": "waystone-codes", | ||
"version": "1.0.0", | ||
"description": "Generates codes for Waystone", | ||
"description": "Generates unique codes using words from HHGTTG and hashids.", | ||
"main": "generate-codes.coffee", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
... | ... | @@ -10,13 +10,16 @@ |
"]" | ||
], | ||
"author": "Aral Balkan", | ||
"license": "Closed Source (this needs to be private)", | ||
"license": "MIT", | ||
"dependencies": { | ||
"RandomSelection": "^1.0.1", | ||
"assert": "^1.1.2", | ||
"RandomSelection": "1.0.1", | ||
"assert": "1.1.2", | ||
"hashids": "1.0.1", | ||
"random-word": "^1.0.0", | ||
"random-word": "1.0.0", | ||
"shorthash": "0.0.2", | ||
"uuid": "^2.0.1" | ||
"uuid": "2.0.1" | ||
}, | ||
"devDependencies": { | ||
"coffee-script": "1.9.3" | ||
} | ||
} |
readme.md
0 → 100644
test.json
deleted
100644 → 0
This diff is collapsed.
Please register or sign in to comment