-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 909 Bytes
/
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
{
"name": "sluggin",
"version": "0.4.2",
"homepage": "https://github.com/juanbrujo/Sluggin.js",
"authors": [
"Jorge Epuñan <[email protected]>"
],
"description": "Converts string into websafe-friendly-clean piece of text",
"main": "dist/Sluggin.js",
"keywords": [
"javascript",
"slug",
"convert",
"string",
"url"
],
"types": "./dist/Sluggin.d.ts",
"license": "MIT",
"devDependencies": {
"grunt": "1.5.3",
"grunt-cli": "^1.3.2",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.0.0",
"grunt-contrib-watch": "^1.1.0"
},
"scripts": {
"test": "grunt testjs --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/juanbrujo/Sluggin.js.git"
},
"author": "Jorge Epuñan",
"bugs": {
"url": "https://github.com/juanbrujo/Sluggin.js/issues"
}
}