-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 869 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
{
"name": "tech-forward-dashboard",
"version": "0.0.2",
"description": "Tech forward - listing forward-thinking organizations, tools, and resources",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"async": "^2.1.4",
"dotenv": "^2.0.0",
"express": "^4.14.1",
"express-handlebars": "^3.0.0",
"google-spreadsheets": "^0.5.1",
"lodash": "^4.17.4",
"memory-cache": "^0.1.6",
"promise": "^7.1.1"
},
"engines": {
"node": "4.4.5"
},
"repository": {
"type": "git",
"url": "https://github.com/mattstauffer/tech-forward-gomix"
},
"keywords": [
"node",
"express",
"googlesheets",
"resistance",
"progress"
],
"author": {
"name": "Matt Stauffer",
"email": "[email protected]",
"url": "https://mattstauffer.co"
},
"license": "MIT"
}