We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d36df4 commit 20a853cCopy full SHA for 20a853c
package.json
@@ -2,11 +2,15 @@
2
"name": "complete-randomer",
3
"version": "1.0.0",
4
"description": "A simple NPM helper package for generating random values.",
5
+ "author": "Miloš Paunović <paun992@hotmail.com>",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git://github.com/MilosPaunovic/complete-randomer.git"
9
+ },
10
"main": "index.js",
11
"scripts": {
12
"test": "mocha test/*.js"
13
},
- "author": "Miloš Paunović <paun992@hotmail.com>",
14
"keywords": [
15
"random",
16
"generator",
0 commit comments