UNPKG

generator-browser-modern-extension

Version:

Scaffold out a boilerplate for creating a browser extension with up-to-date tools and autoreload

47 lines (46 loc) 1.05 kB
{ "name": "generator-browser-modern-extension", "version": "1.0.4", "description": "Scaffold out a boilerplate for creating a browser extension with up-to-date tools and autoreload", "license": "MIT", "repository": "marcofugaro/generator-browser-modern-extension", "author": { "name": "Marco Fugaro", "email": "marco.fugaro@gmail.com", "url": "https://marcofugaro.it" }, "keywords": [ "boilerplate", "template", "scaffold", "browser", "generator", "extension", "autoreload", "yeoman-generator" ], "scripts": { "test": "NODE_ENV=test ava", "prepublishOnly": "npm run test" }, "ava": { "failWithoutAssertions": false }, "main": "app/index.js", "files": [ "app" ], "devDependencies": { "ava": "^1.0.1", "pify": "^4.0.1", "yeoman-assert": "^3.1.1", "yeoman-test": "^1.9.1" }, "dependencies": { "is-scoped": "^2.1.0", "lodash": "^4.17.15", "normalize-url": "^4.3.0", "superb": "^4.0.0", "yeoman-generator": "^3.2.0" } }