-
Notifications
You must be signed in to change notification settings - Fork 84
/
package.json
90 lines (90 loc) · 2.29 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "speakingurl",
"version": "14.0.1",
"description": "Generate a slug – transliteration with a lot of options",
"jsdelivr": "speakingurl.min.js",
"homepage": "http://pid.github.io/speakingurl/",
"github": "http://github.com/pid/speakingurl",
"repository": {
"type": "git",
"url": "git+https://github.com/pid/speakingurl.git"
},
"bugs": {
"url": "https://github.com/pid/speakingurl/issues"
},
"license": "BSD-3-Clause",
"licenses": [{
"type": "BSD",
"url": "https://raw.github.com/pid/speakingurl/master/LICENSE"
}],
"keywords": [
"slug",
"slugify",
"speakingurl",
"transliteration",
"permalink",
"seo",
"url",
"nice url",
"static url",
"clean url",
"pretty url",
"nice looking url",
"user friendly url",
"seo friendly url"
],
"categories": [
"Utilities",
"Parsers & Compilers"
],
"scripts": {
"test": "mocha"
},
"author": "Sascha Droste <[email protected]> (https://twitter.com/SaschaDroste)",
"main": "index",
"filename": "speakingurl.min.js",
"dependencies": {},
"devDependencies": {
"gulp": "^3.8.8",
"gulp-bump": "^2.4.0",
"gulp-header": "^1.2.2",
"gulp-jsbeautifier": "^2.0.3",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.1.0",
"gulp-mocha": "^4.3.1",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.6.1",
"gulp-uglify": "^3.0.0",
"jshint": "^2.8.0",
"jshint-stylish": "^2.0.0",
"minimist": "^1.1.0",
"mocha": "^3.0.2",
"should": "^11.1.0"
},
"jam": {
"dependencies": {},
"main": "speakingurl.min.js",
"shim": {
"deps": [],
"exports": [
"getSlug",
"createSlug"
]
},
"include": [
"speakingurl.min.js",
"README.md"
]
},
"volo": {
"url": "//cdnjs.cloudflare.com/ajax/libs/speakingurl/{version}/speakingurl.min.js"
},
"engines": {
"node": ">=0.10.0"
},
"directories": {
"example": "examples",
"lib": "lib",
"test": "test"
}
}