-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 778 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 778 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
{
"name": "processjson",
"version": "0.1.0",
"description": "Experimenting with node to accept json, parse and reply with appropriate data",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"dependencies": {
"express": "4.11.0",
"morgan": "1.5.1",
"jwt-simple": "0.2.0",
"body-parser": "1.10.1"
},
"repository": {
"type": "git",
"url": "https://github.com/deepak-blackswan/processjson.git"
},
"keywords": [
"node",
"express",
"json",
"api"
],
"author": "Deepak verma <deepakverma@netbeam.com.au>",
"license": "MIT",
"bugs": {
"url": "https://github.com/deepak-blackswan/processjson/issues"
},
"homepage": "https://github.com/deepak-blackswan/processjson",
"engine": "node 0.10.35"
}