30 строки
617 B
JSON
30 строки
617 B
JSON
{
|
|
"name": "webmaker-butler",
|
|
"version": "0.0.3",
|
|
"description": "Serving Webmaker node apps without making a mess",
|
|
"main": "./lib",
|
|
"bin": {
|
|
"butler": "./bin/index.js"
|
|
},
|
|
"preferGlobal": true,
|
|
"scripts": {
|
|
"test": "grunt"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mozilla/node-webmaker-butler.git"
|
|
},
|
|
"dependencies": {
|
|
"graylog": "0.1.3",
|
|
"optimist": "0.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"grunt-contrib-jshint": "0.4.3"
|
|
},
|
|
"keywords": [
|
|
"webmaker"
|
|
],
|
|
"author": "The Webmaker Team <webmaker-dev@mozilla.org>",
|
|
"license": "MPL-2.0"
|
|
}
|