-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
45 lines (45 loc) · 978 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
39
40
41
42
43
44
45
{
"name": "nb-slug",
"version": "1.0.4",
"description": "Slug strings",
"main": "./lib/nb-slug.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nurimba/nb-slug.git"
},
"keywords": [
"Slug",
"link",
"docker",
"make",
"nb",
"nurimba",
"nbAdmin",
"samples",
"examples"
],
"author": "Nurimba <haruanda@gmail.com> (https://github.com/nurimba)",
"contributors": [
"Luiz Amorim <luiz.simples@gmail.com> (https://github.com/luiz-simples)",
"Mehmet Baker <mehmet.baker@gmail.com> (https://github.com/mehmetb)"
],
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/nurimba/nb-slug/issues"
},
"homepage": "https://github.com/nurimba/nb-slug#readme",
"jest": {
"testMatch": [
"<rootDir>/tests/**/*.test.js?(x)"
],
"modulePaths": [
"<rootDir>/"
]
},
"devDependencies": {
"jest-cli": "^21.1.0"
}
}