UNPKG

958 BJSONView Raw
1{
2 "name": "slug",
3 "description": "slugifies even utf-8 chars!",
4 "version": "2.1.0",
5 "homepage": "https://github.com/Trott/node-slug",
6 "author": "dodo (https://github.com/dodo)",
7 "repository": {
8 "type": "git",
9 "url": "git://github.com/Trott/node-slug.git"
10 },
11 "main": "slug.js",
12 "keywords": [
13 "slugify",
14 "slug",
15 "string",
16 "utf8",
17 "utf-8",
18 "unicode",
19 "url"
20 ],
21 "scripts": {
22 "test": "eslint . && mocha ./test/*.test.* --require should --reporter spec --colors"
23 },
24 "dependencies": {
25 "unicode": ">= 0.3.1"
26 },
27 "devDependencies": {
28 "eslint": "^6.8.0",
29 "mocha": "^6.2.1",
30 "should": "~13.2.3"
31 },
32 "bin": {
33 "slug": "bin/slug.js"
34 },
35 "licenses": [
36 {
37 "type": "MIT",
38 "url": "http://github.com/Trott/node-slug/raw/master/LICENSE"
39 }
40 ]
41}