-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1007 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
{
"name": "macromarket",
"version": "1.1.0",
"description": "Macro Marketplace to connect international vendors and buyers of goods",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "canon-build",
"dev": "canon-dev",
"locales": "canon-locales",
"release": "canon-release",
"setup": "canon-setup",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Datawheel/macromarket.git"
},
"keywords": [
"trade",
"data",
"dataviz"
],
"author": "Datawheel",
"license": "AGPL-1.0",
"bugs": {
"url": "https://github.com/Datawheel/macromarket/issues"
},
"homepage": "https://github.com/Datawheel/macromarket#readme",
"dependencies": {
"@blueprintjs/select": "^3.9.0",
"@datawheel/canon-core": "^0.17.35",
"@google-cloud/storage": "^2.5.0",
"multer": "^1.4.1",
"nodejs-storage": "0.0.2",
"sequelize-slugify": "^0.7.0"
}
}