-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 854 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "ep_export_less_and_css",
"description": "Export a pad’s content with a CSS mime-type, so that your can use it for live editing a websites CSS. Optionally pass the CSS through the LESS compiler.",
"homepage": "http://i.liketightpants.net/and/48-hours-of-writing-stylesheets-with-etherpad-and-a-gong",
"keywords": ["etherpad", "css", "less", "collaboration", "export"],
"author": {
"name": "Eric Schrijver",
"email": "[email protected]",
"url": "http://ericschrijver.nl/"
},
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git://github.com/codingisacopingstrategy/ep_export_less_and_css.git"
},
"dependencies": {
"less": "1.5.x"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}