crypti-sandbox
Version:
Crypti Sandbox
34 lines (33 loc) • 656 B
JSON
{
"name": "crypti-sandbox",
"version": "1.0.3",
"description": "Crypti Sandbox",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"async": "*"
},
"repository": {
"type": "git",
"url": "git@github.com:crypti/crypti-sandbox.git"
},
"keywords": [
"sandbox",
"crypti"
],
"author": "Boris Povod <boris@crypti.me>, Pavel Nekrasov <landgraf.paul@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/crypti/crypti-sandbox/issues"
},
"homepage": "https://github.com/crypti/crypti-sandbox",
"devDependencies": {
"mocha": "^2.2.5",
"should": "^6.0.1"
}
}