-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 794 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 794 Bytes
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
{
"name": "complete-randomer",
"version": "1.9.1",
"description": "A simple NPM helper package for generating random values.",
"author": "Miloš Paunović <paun992@hotmail.com>",
"repository": {
"type": "git",
"url": "git://github.com/MilosPaunovic/complete-randomer.git"
},
"main": "index.js",
"scripts": {
"lint": "eslint ./ --fix",
"test": "mocha test/*/*.js"
},
"keywords": [
"random",
"generator",
"number",
"string",
"boolean",
"color",
"date",
"quote",
"email",
"front-end"
],
"license": "MIT",
"devDependencies": {
"chai": "^4.3.4",
"chai-datetime": "^1.8.0",
"eslint": "^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.22.1",
"mocha": "^10.0.0"
}
}