-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 945 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
25
{
"name": "SodiumWiki",
"version": "0.1.0",
"description": "A lightweight, Node.js, based wiki that utilizes Markdown for editing.",
"author": "Evan Bovie <[email protected]>",
"maintainers": [
{ "name": "Evan Bovie", "email": "[email protected]", "web": "http://phaseone.me" }
],
"contributors": [
{ "name": "Evan Bovie", "email": "[email protected]", "web": "http://phaseone.me" }
],
"bugs": { "url": "https://github.com/phaseOne/SodiumWiki/issues" },
"licenses": [
{ "type": "EPL", "url": "http://www.opensource.org/licenses/eclipse-1.0.php" }
],
"repository" : { "type" : "git", "url" : "git://github.com/phaseOne/SodiumWiki.git" },
"dependencies": {
"express": ">= 2.5.9",
"jade": ">= 0.22.1",
"stylus": ">= 0.25.0",
"markdown": ">= 0.3.1"
},
"keywords": ["express", "wiki", "markdown"],
"engines" : { "node":">= 0.6.14 < 0.7.0" }
}