ep_page_view/package.json

31 lines
603 B
JSON
Raw Normal View History

2012-11-10 18:30:50 +00:00
{
2012-11-28 18:10:30 +00:00
"name": "ep_page_view",
"version": "0.1.0",
"keywords": "page view preview overview",
2012-11-10 18:30:50 +00:00
"description": "Add support to do 'page view', with a toggle on/off option in Settings",
2012-11-28 18:10:30 +00:00
"contributors": [
{
"name": "John McLear",
"email": "john@mclear.co.uk",
"url": "http://mclear.co.uk"
},
{
"name": "Robin Buse",
"email": "me@factor.cc",
"url": "https://factor.cc/"
}
2012-11-10 18:30:50 +00:00
],
2012-11-28 18:10:30 +00:00
"repository" : {
2012-11-10 18:30:50 +00:00
"type": "git",
2012-11-28 18:10:30 +00:00
"url": "git://github.com/ether/ep_page_view.git"
2012-11-10 18:30:50 +00:00
},
2012-11-28 18:10:30 +00:00
2012-11-10 18:30:50 +00:00
"dependencies": {},
2012-11-28 18:10:30 +00:00
2012-11-10 18:30:50 +00:00
"engines": {
2012-11-28 18:10:30 +00:00
"node": "*",
2012-11-10 18:30:50 +00:00
}
2012-11-28 18:10:30 +00:00
}