UNPKG

@personare/slush-react-component-generator

Version:

A slush generator for create a React component in isolation.

56 lines (55 loc) 1.43 kB
{ "name": "@personare/slush-react-component-generator", "version": "6.0.2", "description": "A slush generator for create a React component in isolation.", "main": "slushfile.js", "scripts": { "test": "NODE_ENV=test mocha -R spec test/*_test.js", "lint": "standard --verbose | snazzy", "lint:fix": "standard --fix", "pub": "npm publish --access=public", "preversion": "npm run lint && npm test", "postversion": "npm run pub" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/Personare/react-component-generator.git" }, "keywords": [ "slushgenerator", "react", "component" ], "author": { "name": "Cauê Alves", "email": "cauealveseng@gmail.com", "url": "http://cauealves.com" }, "license": "MIT", "bugs": { "url": "https://github.com/Personare/react-component-generator/issues" }, "homepage": "https://github.com/Personare/react-component-generator#readme", "standard": { "ignore": [ "templates" ] }, "dependencies": { "gulp": "^3.9.1", "gulp-conflict": "^0.4.0", "gulp-git": "^1.9.0", "gulp-rename": "^1.2.2", "gulp-template": "^4.0.0", "inquirer": "^1.1.2", "rimraf": "^2.5.4", "underscore.string": "^3.3.4" }, "devDependencies": { "mocha": "^3.1.2", "mock-gulp-dest": "^0.1.1", "mockirer": "^2.0.0", "snazzy": "^5.0.0", "standard": "^8.6.0" } }