-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.12 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
51
52
53
54
55
56
57
58
59
{
"name": "node-mystique",
"title": "Mystique",
"version": "0.0.3",
"description": "Universal string case mutator",
"keywords": [
"case",
"camel",
"camelCase",
"pascal",
"PascalCase",
"snake",
"snake_case",
"hyphen",
"hyphen-case",
"sentence",
"Sentence case",
"title",
"Title Case",
"underscore",
"underscore_case",
"lisp",
"lisp-case",
"kebab",
"kebab-case",
"dromedary",
"DromedaryCase",
"constant",
"CONSTANT_CASE",
"spinal",
"spinal-case",
"train",
"Train-Case"
],
"repository": {
"type": "git",
"url": "git://github.com/handshake/node-mystique.git"
},
"bugs": {
"url": "https://github.com/handshake/node-mystique/issues"
},
"licenses": [
{
"type": "BSD",
"url": "https://github.com/handshake/node-mystique/blob/master/LICENSE"
}
],
"devDependencies": {
"chai": "1.10.x",
"grunt": "0.4.x",
"grunt-coffeelint": "0.0.x",
"grunt-mocha-test": "0.12.x"
},
"dependencies": {
"coffee-script": "1.8.x",
"underscore": "1.7.x"
},
"main": "index.js"
}