super-t9
Version:
Node T9 Predictive Text App
33 lines (32 loc) • 640 B
JSON
{
"name": "super-t9",
"version": "1.0.3",
"description": "Node T9 Predictive Text App",
"main": "super-t9.js",
"scripts": {
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/joelsaxton/Super-T9.git"
},
"keywords": [
"NodeJS",
"T9",
"Predictive",
"Text"
],
"devDependencies": {
"nodeunit": "*"
},
"engines": {
"node": ">= 0.6"
},
"author": "Joel Saxton",
"license": "ISC",
"bugs": {
"url": "https://github.com/joelsaxton/Super-T9/issues"
},
"homepage": "https://github.com/joelsaxton/Super-T9",
"engines": { "node": "*" }
}