underscore.inflections
Version:
Port of ActiveSupport::Inflector::Inflections for underscore.js
29 lines (28 loc) • 857 B
JSON
{
"name": "underscore.inflections",
"description": "Port of ActiveSupport::Inflector::Inflections for underscore.js",
"version": "0.2.1",
"keywords": ["inflections", "inflector", "underscore"],
"homepage": "https://geetarista.github.com/underscore.inflections",
"bugs": "https://github.com/geetarista/underscore.inflections/issues",
"author": "Robby Colvin <geetarista@gmail.com> (http://robbycolvin.com)",
"repository": {
"type": "git",
"url": "http://github.com/geetarista/underscore.inflections.git"
},
"dependencies": {
"underscore": ">=1.0",
"underscore.string": ">=2.0.0"
},
"devDependencies": {
"chai": "~1.0",
"coffee-script": "~1.3",
"docco": "~0.3",
"mocha": "~1.9",
"should": "~0.6"
},
"scripts": {
"test": "mocha test/*.coffee"
},
"main": "lib/underscore.inflections.js"
}