-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 917 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
{
"name": "gsgda-talent-listings",
"version": "1.0.0",
"description": "Listings side for our developers and freelancers",
"main": "index.js",
"scripts": {
"start": "node index.js",
"heroku-prebuild": "cd client && npm i && npm run build:css && npm run build",
"start:dev": "nodemon index.js",
"build:client": "cd client && npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gazaskygeeks/gaza-talent.git"
},
"author": "@des-des & @maxgerber",
"license": "ISC",
"bugs": {
"url": "https://github.com/gazaskygeeks/gaza-talent/issues"
},
"homepage": "https://github.com/gazaskygeeks/gaza-talent#readme",
"dependencies": {
"airtable": "^0.5.8",
"env2": "^2.2.2",
"express": "^4.16.4",
"morgan": "^1.9.1"
},
"devDependencies": {
"nodemon": "^1.18.7"
}
}