forked from rubydoc/speakingurl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.13 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
{
"name": "speakingurl-add-korean",
"version": "1.1.0",
"description": "Generate a slug – transliteration with a lot of options",
"homepage": "http://pid.github.io/speakingurl/",
"github": "http://github.com/pid/speakingurl",
"repository": {
"type": "git",
"url": "git://github.com:pid/speakingurl.git"
},
"bugs": "https://github.com/pid/speakingurl/issues",
"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": {
"name": "Sascha Droste",
"email": "[email protected]",
"url": "https://twitter.com/SaschaDroste"
},
"main": "index",
"filename": "speakingurl.min.js",
"dependencies": {},
"devDependencies": {
"gulp": "^3.8.8",
"gulp-bump": "^0.3.0",
"gulp-header": "^1.2.2",
"gulp-jsbeautifier": "0.0.6",
"gulp-jshint": "^1.8.5",
"gulp-load-plugins": "^0.8.0",
"gulp-mocha": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.0",
"gulp-uglify": "^1.0.1",
"jshint-stylish": "^1.0.0",
"minimist": "^1.1.0",
"mocha": "^2.0.1",
"should": "^5.0.1"
},
"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"
}
}