1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
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"
| }
| ]
| }
|
|