-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 877 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
{
"name": "@jakeelder/reversible-human-readable-id",
"version": "1.1.0",
"description": "Readable recurring names fo uuids",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/jest",
"test:watch": "./node_modules/.bin/jest --watchAll"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dark0dave/reversible-human-readable-id.git"
},
"author": "dark0dave",
"license": "MIT",
"bugs": {
"url": "https://github.com/dark0dave/reversible-human-readable-id/issues"
},
"homepage": "https://github.com/dark0dave/reversible-human-readable-id#readme",
"dependencies": {
"local-storage": "^1.4.2",
"sha.js": "^2.4.11"
},
"devDependencies": {
"eslint": "^4.18.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.9.0",
"jest": "^22.4.0",
"jest-cli": "^22.4.3"
}
}