-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.13 KB
/
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
{
"name": "flow-rest",
"version": "0.0.1",
"description": "Flow data REST API",
"dependencies": {
"flow-api": "github:jillix/flow-api",
"flow-app": "github:jillix/flow-app",
"flow-auth": "github:adioo/flow-auth",
"flow-http": "github:jillix/flow-http",
"flow-tools": "github:jillix/flow-tools",
"flow-router": "github:jillix/flow-router"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "flow-app . http_server/start",
"certificates": "if [ ! -f ssl/dev.crt -o ! -f ssl/dev.key ]; then echo \"Generate the dev SSL certificates in the ssl directory ...\"; openssl req -nodes -new -x509 -subj '/C=CH/ST=Zurich/L=Zurich/O=jillix GmbH/CN=jillix.com' -keyout ssl/dev.key -out ssl/dev.crt; fi; "
},
"repository": {
"type": "git",
"url": "git+https://github.com/jillix/flow-rest.git"
},
"keywords": [
"flow",
"rest",
"api"
],
"author": "Adrian Ottiker <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jillix/flow-rest/issues"
},
"homepage": "https://github.com/jillix/flow-rest#readme"
}