mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-26 00:55:08 +01:00
34 lines
684 B
JSON
34 lines
684 B
JSON
{
|
|
"name": "generator-cyphernode",
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"homepage": "",
|
|
"author": {
|
|
"name": "jash",
|
|
"email": "jash@schulterklopfer-productions.de",
|
|
"url": ""
|
|
},
|
|
"files": [
|
|
"generators"
|
|
],
|
|
"main": "generators/index.js",
|
|
"keywords": [
|
|
"cyphernode",
|
|
"yeoman-generator"
|
|
],
|
|
"engines": {
|
|
"npm": ">= 4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@rauschma/stringio": "^1.4.0",
|
|
"chalk": "^2.1.0",
|
|
"coinstring": "^2.3.0",
|
|
"parse5": "^5.1.0",
|
|
"validator": "^10.8.0",
|
|
"wrap-ansi": "^4.0.0",
|
|
"yeoman-generator": "^2.0.1"
|
|
},
|
|
"repository": "git@github.com:schulterklopfer/cyphernode.git",
|
|
"license": "MIT"
|
|
}
|