forked from mirror/Riven
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
|
{
|
||
|
"name": "sentence-case",
|
||
|
"version": "2.1.1",
|
||
|
"description": "Sentence case a string",
|
||
|
"main": "sentence-case.js",
|
||
|
"typings": "sentence-case.d.ts",
|
||
|
"files": [
|
||
|
"sentence-case.js",
|
||
|
"sentence-case.d.ts",
|
||
|
"LICENSE"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"lint": "standard",
|
||
|
"test-spec": "mocha -- -R spec --bail",
|
||
|
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail",
|
||
|
"test": "npm run lint && npm run test-cov"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/blakeembrey/sentence-case.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"sentence",
|
||
|
"case",
|
||
|
"upper-case",
|
||
|
"first",
|
||
|
"lower-case"
|
||
|
],
|
||
|
"author": {
|
||
|
"name": "Blake Embrey",
|
||
|
"email": "hello@blakeembrey.com",
|
||
|
"url": "http://blakeembrey.me"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/blakeembrey/sentence-case/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/blakeembrey/sentence-case",
|
||
|
"devDependencies": {
|
||
|
"istanbul": "^0.4.3",
|
||
|
"mocha": "^3.0.0",
|
||
|
"standard": "^9.0.1"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"no-case": "^2.2.0",
|
||
|
"upper-case-first": "^1.1.2"
|
||
|
}
|
||
|
|
||
|
,"_resolved": "https://registry.npmjs.org/sentence-case/-/sentence-case-2.1.1.tgz"
|
||
|
,"_integrity": "sha1-H24t2jnBaL+S0T+G1KkYkz9mftQ="
|
||
|
,"_from": "sentence-case@2.1.1"
|
||
|
}
|