Son CV dans un terminal web en Javascript!
https://terminal-cv.gregandev.fr
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
654 B
31 lines
654 B
{
|
|
"name": "brorand",
|
|
"version": "1.1.0",
|
|
"description": "Random number generator for browsers and node.js",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha --reporter=spec test/**/*-test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:indutny/brorand"
|
|
},
|
|
"keywords": [
|
|
"Random",
|
|
"RNG",
|
|
"browser",
|
|
"crypto"
|
|
],
|
|
"author": "Fedor Indutny <fedor@indutny.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/indutny/brorand/issues"
|
|
},
|
|
"homepage": "https://github.com/indutny/brorand",
|
|
"devDependencies": {
|
|
"mocha": "^2.0.1"
|
|
},
|
|
"browser": {
|
|
"crypto": false
|
|
}
|
|
}
|
|
|