-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 797 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 797 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
{
"name": "frp-api",
"version": "1.0.0",
"description": "Sample api to demonstrate (limited) functional features of js",
"main": "index.js",
"dependencies": {
"express": "^4.14.1",
"funcy": "0.0.4",
"highland": "^2.10.2",
"pm2": "^2.4.0"
},
"devDependencies": {
"jasmine": "^2.5.3",
"frisby": "vlucas/frisby#v2"
},
"scripts": {
"start": "make run",
"stop": "make stop",
"test": "make run && make test && make stop"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/garymcleanhall/frp-api.git"
},
"author": "Gary McLean Hall <gary@igirisu.co>",
"license": "MIT",
"bugs": {
"url": "https://github.com/garymcleanhall/frp-api/issues"
},
"homepage": "https://github.com/garymcleanhall/frp-api#readme"
}