-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
40 lines (40 loc) · 886 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "harp-editor",
"version": "0.1.1",
"description": "A Editor built on top of Harp web server",
"main": "server.js",
"scripts": {
"test": "mocha --ignore-leaks -t 50000 -R list test"
},
"bin": {
"harp": "./bin/harp-editor"
},
"dependencies": {
"harp": "*",
"jade": "0.35.0",
"ejs": "*",
"express": "*",
"commander": "~2.1.0",
"connect-busboy": "*",
"connect-flash": "*",
"walk": "*",
"underscore": "~1.5.2",
"password-hash": "~1.2.1",
"slug": "0.4.0",
"marked": "~0.2.10",
"html2markdown": "~1.1.0",
"to-markdown": "0.0.1",
"async": "~0.2.9",
"debug": "~0.7.4"
},
"repository": "",
"author": "Rob Ellis",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"should": "~2.1.0",
"mocha": "~1.15.0",
"fs-extra": "~0.8.1"
},
"jshintConfig": {}
}