UNPKG

electrode-ignite

Version:

The CLI tool for development with OSS Electrode React/NodeJS Platform.

89 lines (88 loc) 1.81 kB
{ "name": "electrode-ignite", "version": "3.0.17", "description": "The CLI tool for development with OSS Electrode React/NodeJS Platform.", "main": "bin/ignite.js", "scripts": { "test": "clap test", "coverage": "clap check" }, "bin": { "ignite": "bin/ignite.js", "clap": "bin/clap.js" }, "keywords": [ "npm", "scripts", "ignite", "javascript", "tool", "electrode" ], "repository": { "type": "git", "url": "https://github.com/electrode-io/electrode.git" }, "author": "Electrode (http://www.electrode.io/)", "contributors": [ { "name": "Sheng Di", "email": "sdi@walmartlabs.com", "url": "https://github.com/didi0613" }, "Joel Chen <xchen@walmartlabs.com>" ], "license": "Apache-2.0", "bugs": { "url": "https://github.com/electrode-io/electrode/issues" }, "files": [ "bin", "cli", "lib" ], "devDependencies": { "electrode-archetype-njs-module-dev": "^3.0.0", "mock-require": "^2.0.2", "xclap": "^0.2.13" }, "dependencies": { "bluebird": "^3.5.1", "chalk": "^2.0.1", "generator-electrode": "^6.0.2", "ignite-core": "^1.1.9", "opn": "^5.1.0", "xclap-cli": "^0.1.3", "yo": "^2.0.0" }, "homepage": "http://www.electrode.io", "nyc": { "all": true, "reporter": [ "lcov", "text", "text-summary" ], "exclude": [ "coverage", "*clap.js", "gulpfile.js", "dist", "test", "bin", "cli" ], "check-coverage": true, "statements": 100, "branches": 100, "functions": 100, "lines": 100, "cache": true }, "fyn": { "dependencies": { "generator-electrode": "../generator-electrode", "ignite-core": "../ignite-core" } } }