-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·47 lines (47 loc) · 1.03 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
{
"name": "kase",
"version": "0.10.0",
"description": "Small utility to convert between camel-case, snake-case, kebab-case and more.",
"main": "lib/index.js",
"repository": "https://github.com/arccoza/kase",
"author": "Adrien de Pierres <adrien@arccoza.com>",
"license": "MIT",
"keywords": [
"camel",
"kebab",
"snake",
"dot",
"space",
"path",
"title",
"pascal",
"header",
"capitalize",
"http",
"case",
"simple",
"fast",
"small",
"tiny",
"micro",
"terse"
],
"scripts": {
"build": "node taskfile.js",
"test": "./run-test",
"bench": "./run-bench"
},
"devDependencies": {
"@taskr/babel": "^1.1.0",
"@taskr/clear": "^1.1.0",
"babel-core": "^6.25.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.6.1",
"fly-rename": "^0.1.1",
"tap-diff": "^0.1.1",
"tape": "^4.8.0",
"taskr": "^1.1.0"
},
"dependencies": {}
}