-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 911 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 911 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
37
38
39
40
41
42
{
"name": "micra",
"version": "0.1.1",
"description": "compact api server",
"repository": {
"type": "git",
"url": "git://github.com/devjam/micra.git"
},
"keywords": [
"simple",
"server",
"api",
"json"
],
"main": "index.js",
"scripts": {
"test": "coffee test/"
},
"author": {
"name": "kaminaly",
"url": "http://github.com/kaminaly"
},
"license": "MIT",
"dependencies": {
"body-parser": "^1.14.1",
"coffee-script": "^1.10.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.0",
"express": "^4.13.3",
"express-session": "^1.11.3",
"jade": "^1.11.0",
"passport": "^0.3.0",
"passport-local": "^1.0.0",
"serve-static": "^1.10.0"
},
"devDependencies": {},
"bugs": {
"url": "https://github.com/devjam/micra/issues"
},
"readmeFilename": "README.md",
"homepage": "https://github.com/devjam/micra"
}