UNPKG

starwarsname2

Version:
40 lines 1.03 kB
{ "name": "starwarsname2", "version": "1.2.0", "description": "Get random starwars name", "main": "src/index.js", "scripts": { "commit": "git-cz", "test": "mocha src/index_test.js -w", "test:single": "mocha src/index_test.js ", "semantic-release": "semantic-release pre && npm publish && semantic-release post" }, "repository": { "type": "git", "url": "https://github.com/SevenSinS02/starwarsname.git" }, "keywords": [ "random", "star", "wards" ], "author": "Kevin N <kevin.crownclown@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/SevenSinS02/starwarsname/issues" }, "homepage": "https://github.com/SevenSinS02/starwarsname#readme", "dependencies": { "unique-random-array": "1.0.0" }, "devDependencies": { "chai": "3.5.0", "commitizen": "2.9.2", "cz-conventional-changelog": "1.2.0", "mocha": "3.2.0", "semantic-release": "^6.3.2" }, "czConfig": { "path": "node_modules/cz-conventional-changelog" } }