forked from turtl/server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 770 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 770 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
{
"name": "turtl-server",
"version": "0.1.3",
"description": "Turtl's node-based API server (sorry, lisp)",
"author": "Andrew Lyon",
"license": "AGPL-3.0",
"repository": "https://github.com/turtl/server",
"scripts": {
"preinstall": "bash scripts/install-plugins.sh",
"start": "node server.js"
},
"dependencies": {
"aws-sdk": "2.9.0",
"bluebird": "3.4.7",
"body-parser": "1.15.2",
"express": "4.14.0",
"method-override": "2.3.10",
"morgan": "1.7.0",
"pg": "7.4.3",
"request": "2.81.0",
"s3-upload-stream": "1.0.7",
"turtl-lib-permissions": "git+https://github.com/turtl/lib-permissions.git#master",
"winston": "2.3.0",
"yaml-env": "git+https://github.com/orthecreedence/yaml-env.git#master"
}
}