-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
42 lines (42 loc) · 941 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
42
{
"name": "app-bom",
"version": "0.1.3",
"description": "A sample Bill Of Materials app server for Onshape Partners",
"main": "index.js",
"scripts": {
"start": "bin/www"
},
"dependencies": {
"body-parser": "^1.12.4",
"connect-redis": "^2.3.0",
"cookie-parser": "^1.3.5",
"date-utils": "^1.2.17",
"express": "^4.9.8",
"express-handlebars": "^2.0.1",
"express-session": "^1.11.3",
"hbs": "^3.1.0",
"morgan": "^1.5.3",
"newrelic": "^1.22.2",
"passport": "^0.2.2",
"passport-oauth2": "^1.1.2",
"passport-onshape": "^1.1.0",
"redis": "^0.12.1",
"request": "^2.55.0",
"request-promise": "^0.4.2",
"url": "^0.10.3",
"uuid": "^2.0.1"
},
"engines": {
"node": ">= 6.11.1"
},
"repository": {
"type": "git",
"url": "https://onshape-app-bom.herokuapp.com/"
},
"keywords": [
"node",
"heroku",
"express"
],
"license": "MIT"
}