generator-ffpa
Version:
Yeoman generator for creating a Firefox OS packaged app
35 lines (34 loc) • 661 B
JSON
{
"name": "generator-ffpa",
"version": "1.3.1",
"description": "Yeoman generator for creating a Firefox OS packaged app",
"license": "MIT",
"main": "app/index.js",
"repository": "garrettn/generator-ffpa",
"author": {
"name": "Garrett Nay",
"email": "",
"url": "https://github.com/garrettn"
},
"scripts": {
"test": "mocha"
},
"files": [
"app"
],
"keywords": [
"yeoman-generator",
"firefoxos",
"firefox-os",
"firefox os"
],
"dependencies": {
"chalk": "^1.0.0",
"lodash": "^3.7.0",
"yeoman-generator": "^0.19.0",
"yosay": "^1.0.2"
},
"devDependencies": {
"mocha": "*"
}
}