pimp-my-page
Version:
Main PMP project all inclusive (engine, UI, basic plugin)
34 lines (33 loc) • 838 B
JSON
{
"name": "pimp-my-page",
"version": "0.1.1",
"description": "Main PMP project all inclusive (engine, UI, basic plugin)",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kairos666/pimp-my-page.git"
},
"keywords": [
"PMP",
"Pimp",
"Tool"
],
"author": "David Maggi <musashi.miyamoto81@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kairos666/pimp-my-page/issues"
},
"homepage": "https://github.com/kairos666/pimp-my-page#readme",
"dependencies": {
"chalk": "^1.1.3",
"express": "^4.14.0",
"express-static-gzip": "^0.2.2",
"open": "^0.0.5",
"pmp-engine": "^2.3.1",
"pmp-plugin-staples": "^0.1.2"
}
}