UNPKG

1.09 kBJSONView Raw
1{
2 "name": "stringcase",
3 "version": "1.2.4",
4 "description": "Convert string cases between camel case, pascal case, snake case etc...",
5 "main": "lib",
6 "scripts": {
7 "build": "./ci/build.js",
8 "test": "./ci/test.js",
9 "cover": "./ci/cover.js",
10 "report": "./ci/report.js"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/okunishinishi/node-stringcase.git"
15 },
16 "keywords": [
17 "string",
18 "case",
19 "camel",
20 "pascal",
21 "snake"
22 ],
23 "author": {
24 "name": "Taka Okunishi",
25 "url": "http://okunishitaka.com"
26 },
27 "license": "MIT",
28 "bugs": {
29 "url": "https://github.com/okunishinishi/node-stringcase/issues"
30 },
31 "homepage": "https://github.com/okunishinishi/node-stringcase#readme",
32 "devDependencies": {
33 "ape-covering": "^1.0.8",
34 "ape-deploying": "^1.0.8",
35 "ape-releasing": "^1.0.14",
36 "ape-reporting": "^1.0.8",
37 "ape-tasking": "^1.0.6",
38 "ape-testing": "^1.3.1",
39 "ape-tmpl": "^1.0.7",
40 "ape-updating": "^1.0.1",
41 "apiguide": "^1.0.8",
42 "coz": "^2.0.1"
43 },
44 "dependencies": {}
45}