-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 873 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 873 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
27
28
29
30
31
32
{
"name": "depiktor",
"version": "1.0.0",
"description": "Depiktor queries the Twitter API for mentions of popular technologies and visually displays them.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/index.js",
"heroku-postbuild": "npm install --prefix server && npm install --prefix client && npm run build --prefix client"
},
"engines": {
"node": "13.8.0",
"npm": "6.14.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sofiyaca/depiktor.git"
},
"keywords": [
"twitter",
"data",
"visualization",
"trends"
],
"author": "Sofiya Lazarova",
"license": "MIT",
"bugs": {
"url": "https://github.com/sofiyaca/depiktor/issues"
},
"homepage": "https://github.com/sofiyaca/depiktor#readme",
"dependencies": {}
}