-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 744 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 744 Bytes
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
{
"name": "dreamer",
"preferGlobal": true,
"version": "1.1.1",
"author": "David Chester <david@fmail.co.uk>",
"description": "Markdown-powered REST service framework",
"main": "./lib/dreamer.js",
"repository": {
"type": "git",
"url": "https://github.com/dchester/dreamer.git"
},
"keywords": [
"rest",
"framework",
"markdown"
],
"dependencies": {
"express": "3.4.7",
"config": "0.4.35",
"sequelize": "1.7.11",
"marked": "0.3.1",
"epilogue": "0.2.1",
"cli-table": "0.3.0",
"lingo": "0.0.5",
"sqlite3": "3.1.2",
"async": "0.2.10",
"armrest": "4.3.0"
},
"devDependencies": {
"nodeunit": "*"
},
"license": "MIT",
"engines": {
"node": ">=0.8"
}
}