-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
41 lines (41 loc) · 901 Bytes
/
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
35
36
37
38
39
40
41
{
"name": "app-stl-server",
"version": "0.1.3",
"description": "A sample app server for Onshape Partners",
"main": "bin/www",
"scripts": {
"start": "bin/www"
},
"dependencies": {
"body-parser": "^1.12.4",
"connect-redis": "^4.0.4",
"cookie-parser": "^1.3.5",
"date-utils": "^1.2.16",
"express": "^4.9.8",
"express-handlebars": "^4.0.4",
"express-session": "^1.11.2",
"hbs": "^4.1.1",
"morgan": "^1.9.1",
"passport": "^0.2.1",
"passport-oauth2": "^1.1.2",
"passport-onshape": "^1.1.2",
"redis": "^0.12.1",
"request": "^2.88.2",
"request-promise": "^4.2.5",
"url": "^0.10.3",
"uuid": "^2.0.1"
},
"engines": {
"node": ">= 6.11.1"
},
"repository": {
"type": "git",
"url": "https://onshape-app-stl.herokuapp.com"
},
"keywords": [
"node",
"heroku",
"express"
],
"license": "MIT"
}