Last change
on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
560 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "unique-slug",
|
---|
3 | "version": "2.0.2",
|
---|
4 | "description": "Generate a unique character string suitible for use in files and URLs.",
|
---|
5 | "main": "index.js",
|
---|
6 | "scripts": {
|
---|
7 | "test": "standard && tap --coverage test"
|
---|
8 | },
|
---|
9 | "keywords": [],
|
---|
10 | "author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org)",
|
---|
11 | "license": "ISC",
|
---|
12 | "devDependencies": {
|
---|
13 | "standard": "^12.0.1",
|
---|
14 | "tap": "^12.7.0"
|
---|
15 | },
|
---|
16 | "repository": {
|
---|
17 | "type": "git",
|
---|
18 | "url": "git://github.com/iarna/unique-slug.git"
|
---|
19 | },
|
---|
20 | "dependencies": {
|
---|
21 | "imurmurhash": "^0.1.4"
|
---|
22 | }
|
---|
23 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.