generator-nrs-plugin
Version:
This Yeoman generator helps you get started building a NRS plugin for the NXT network.
45 lines (44 loc) • 862 B
JSON
{
"name": "generator-nrs-plugin",
"version": "0.1.3",
"description": "This Yeoman generator helps you get started building a NRS plugin for the NXT network.",
"license": "MIT",
"main": "app/index.js",
"repository": {
"type": "git",
"url": "http://github.com/chevdor/generator-nrs-plugin.git"
},
"author": {
"name": "Chevdor",
"email": "chevdor@gmail.com",
"url": "https://github.com/chevdor"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"app"
],
"keywords": [
"yeoman-generator",
"NXT",
"NRS",
"Plugin",
"Crypto"
],
"dependencies": {
"chalk": "~0.4.0",
"github": "^0.2.1",
"yeoman-generator": "~0.16.0",
"yosay": "^0.1.0"
},
"devDependencies": {
"mocha": "*"
},
"peerDependencies": {
"yo": ">=1.0.0"
}
}