-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
50 lines (50 loc) · 1.23 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
{
"name": "underscore.inflection",
"version": "1.3.3",
"description": "ActiveSupport::Inflector, for underscore!",
"main": "index.js",
"browser": "lib/underscore.inflection.js",
"engines": {
"node": ">0.10.0"
},
"scripts": {
"test": "mocha",
"browser": "open test/index.html",
"coverage": "JSCOV=1 mocha -R mocha-lcov-reporter | coveralls",
"jscov": "gulp jscov",
"jscs": "gulp jscs",
"docs": "gulp docs"
},
"repository": {
"type": "git",
"url": "git://github.com/jeremyruppel/underscore.inflection.git"
},
"keywords": [
"underscore",
"inflection",
"inflector",
"activesupport",
"plural",
"pluralize"
],
"author": "Jeremy Ruppel",
"license": "MIT",
"bugs": {
"url": "https://github.com/jeremyruppel/underscore.inflection/issues"
},
"homepage": "https://github.com/jeremyruppel/underscore.inflection",
"devDependencies": {
"chai": "~2.3.0",
"coveralls": "~2.11.2",
"gulp": "~3.8.11",
"gulp-contribs": "~0.0.2",
"gulp-jscoverage": "~0.1.0",
"gulp-jscs": "~1.6.0",
"jscoverage": "~0.5.9",
"mocha": "~2.2.5",
"mocha-lcov-reporter": "~0.0.2",
"mversion": "^1.10.1",
"underscore": "^1.9.1"
},
"dependencies": {}
}