34 linhas
769 B
JSON
34 linhas
769 B
JSON
{
|
|
"name": "start-here",
|
|
"version": "0.1.0",
|
|
"description": "Forkable component for Mozilla Appmaker",
|
|
"main": "none",
|
|
"scripts": {
|
|
"test": "grunt"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:mozilla-appmaker/start-here"
|
|
},
|
|
"keywords": [
|
|
"appmaker",
|
|
"webcomponents",
|
|
"ceci"
|
|
],
|
|
"author": "David Ascher",
|
|
"license": "MPL-v2",
|
|
"bugs": {
|
|
"url": "https://github.com/mozilla-appmaker/start-here/issues"
|
|
},
|
|
"devDependencies": {
|
|
"grunt-contrib-watch": "~0.5.3",
|
|
"grunt-contrib-jshint": "~0.8.0",
|
|
"grunt": "~0.4.2",
|
|
"grunt-contrib-csslint": "~0.2.0",
|
|
"grunt-lint-inline": "~0.4.0",
|
|
"grunt-contrib-connect": "~0.6.0",
|
|
"grunt-prompt": "~0.1.2",
|
|
"grunt-template": "~0.2.2"
|
|
}
|
|
}
|