59 lines
1.2 KiB
JSON
59 lines
1.2 KiB
JSON
{
|
|
"name": "case",
|
|
"description": "Extensible string utility for converting, identifying and flipping string case",
|
|
"keywords": [
|
|
"string",
|
|
"case",
|
|
"camel",
|
|
"title",
|
|
"upper",
|
|
"lower",
|
|
"snake",
|
|
"squish",
|
|
"pascal",
|
|
"constant",
|
|
"flip",
|
|
"capitalization",
|
|
"converter"
|
|
],
|
|
"version": "1.6.3",
|
|
"author": {
|
|
"name": "Nathan Bubna",
|
|
"email": "nathan@esha.com",
|
|
"url": "http://www.esha.com/"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"case.d.ts"
|
|
],
|
|
"main": "dist/Case.js",
|
|
"bugs": {
|
|
"url": "http://github.com/nbubna/Case/issues",
|
|
"email": "nathan@esharesearch.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/nbubna/Case.git"
|
|
},
|
|
"license": "(MIT OR GPL-3.0-or-later)",
|
|
"scripts": {
|
|
"test": "grunt qunit"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "^1.0.4",
|
|
"grunt-cli": "^1.3.2",
|
|
"grunt-component-build": "^0.5.3",
|
|
"grunt-contrib-clean": "^2.0.0",
|
|
"grunt-contrib-concat": "^1.0.1",
|
|
"grunt-contrib-jshint": "^2.1.0",
|
|
"grunt-contrib-qunit": "^3.1.0",
|
|
"grunt-contrib-uglify": "^4.0.1",
|
|
"grunt-contrib-watch": "^1.1.0",
|
|
"grunt-nuget": "~0.3.1"
|
|
},
|
|
"typings": "case.d.ts"
|
|
}
|