First Commit
This commit is contained in:
53
wasm_pthread_fast/web/node_modules/i/package.json
generated
vendored
Normal file
53
wasm_pthread_fast/web/node_modules/i/package.json
generated
vendored
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"name": "i",
|
||||
"version": "0.3.7",
|
||||
"author": "Pavan Kumar Sunkara <pavan.sss1991@gmail.com> (pksunkara.github.com)",
|
||||
"description": "custom inflections for nodejs",
|
||||
"main": "./lib/inflect",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/pksunkara/inflect.git"
|
||||
},
|
||||
"keywords": [
|
||||
"singular",
|
||||
"plural",
|
||||
"camelize",
|
||||
"underscore",
|
||||
"dasherize",
|
||||
"demodulize",
|
||||
"ordinalize",
|
||||
"uncountable",
|
||||
"pluralize",
|
||||
"singularize",
|
||||
"titleize",
|
||||
"tableize",
|
||||
"classify",
|
||||
"foreign_key"
|
||||
],
|
||||
"homepage": "http://pksunkara.github.com/inflect",
|
||||
"scripts": {
|
||||
"test": "./node_modules/.bin/vows --spec $(find test -name '*-test.js')"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Pavan Kumar Sunkara",
|
||||
"email": "pavan.sss1991@gmail.com"
|
||||
}
|
||||
],
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"vows": "^0.8.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.4"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/pksunkara/inflect/issues"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/pksunkara/inflect/raw/master/LICENSE"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user