-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
34 lines (34 loc) · 930 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
{
"name": "bricklink-helper",
"version": "0.0.1",
"description": "Searches bricklink.com to calculate the most cost-effective combination of sellers to buy a set of specified bricks",
"main": "main.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"async": "0.8.0",
"cheerio": "0.15.0",
"csv": "0.3.7",
"event-stream": "3.1.5",
"request": "2.34.0",
"underscore": "1.6.0",
"unzip": "0.1.9",
"xml2js": "0.4.2",
"yargs": "1.2.1"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/Digital-Contraptions-Imaginarium/bricklink-helper.git"
},
"keywords": [
"lego"
],
"author": "Gianfranco Cecconi",
"license": "CC-BY 4.0",
"bugs": {
"url": "https://github.com/Digital-Contraptions-Imaginarium/bricklink-helper/issues"
},
"homepage": "https://github.com/Digital-Contraptions-Imaginarium/bricklink-helper"
}