-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
54 lines (54 loc) · 1.07 KB
/
package.json
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
54
{
"name": "inflect",
"description": "A port of the Rails / ActiveSupport inflector to JavaScript.",
"keywords": [
"inflect",
"activerecord",
"rails",
"activesupport",
"string"
],
"version": "0.5.0",
"license": "MIT",
"author": "Stefan Stüben <[email protected]>",
"homepage": "http://msnexploder.github.com/inflect/",
"main": "lib/inflect",
"files": [
"Cakefile",
"CHANGELOG.md",
"doc",
"lib",
"LICENSE",
"README.md",
"spec",
"src",
"client"
],
"scripts": {
"build": "cake build",
"test": "cake test"
},
"directories": {
"doc": "./doc",
"lib": "./lib"
},
"engines": {
"node": ">=10.19.0"
},
"devDependencies": {
"browserify": "~16.5.1",
"cake": "^0.1.1",
"coffee-script": "~1.12.7",
"coffeeify": "~2.1.0",
"docco": "~0.8.0",
"uglify-js": "^3.10.0",
"vows": "^0.8.3"
},
"repository": {
"type": "git",
"url": "https://github.com/MSNexploder/inflect.git"
},
"bugs": {
"url": "https://github.com/MSNexploder/inflect/issues"
}
}