-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 976 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
41
42
43
{
"name": "melody",
"version": "0.1.0",
"description": "simple publishing platform",
"main": "lib/melody.js",
"scripts": {
"test": "NODE_ENV=test mocha --recursive",
"coverage": "NODE_ENV=test istanbul cover _mocha -- --recursive",
"start": "node melody.js"
},
"repository": {
"type": "git",
"url": "https://github.com/martindale/melody.git"
},
"keywords": [
"maki",
"publish",
"blog",
"microblog",
"content",
"cms",
"broadcast",
"semantic",
"rest"
],
"author": "Eric Martindale",
"license": "MIT",
"bugs": {
"url": "https://github.com/martindale/melody/issues"
},
"homepage": "https://github.com/martindale/melody",
"dependencies": {
"async": "^1.5.0",
"maki": "git://github.com/martindale/maki",
"maki-auth-simple": "0.1.1",
"maki-passport-local": "0.0.4"
},
"devDependencies": {
"coveralls": "^2.11.6",
"istanbul": "^0.4.1",
"mocha": "^2.3.4"
}
}