UNPKG

javascript-heroes

Version:

A curated list of awesome people from the JavaScript community

45 lines (44 loc) 957 B
{ "name": "javascript-heroes", "version": "0.2.0", "description": "A curated list of awesome people from the JavaScript community", "main": "index.js", "scripts": { "test": "xo && ava" }, "repository": { "type": "git", "url": "git+https://github.com/yatharthk/javascript-heroes.git" }, "keywords": [ "js", "javascript", "frontend", "javascript-people", "programmers", "inventors", "geeks", "heroes", "problem-solvers", "community", "javascript-community", "community-people", "list", "json", "list-as-json", "module-as-json" ], "author": "Yatharth Khatri <yatharth01@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/yatharthk/javascript-heroes/issues" }, "homepage": "https://github.com/yatharthk/javascript-heroes#readme", "devDependencies": { "ava": "^0.18.2", "xo": "^0.17.1" }, "xo": { "space": true } }