-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.17 KB
/
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
40
41
42
43
{
"name": "FBA-Sourcing-Analyzer",
"version": "1.0.0",
"description": "Evaluates an Amazon Product based on current selling point compared to previous selling points",
"main": "index.js",
"scripts": {
"test": "gulp test",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/MattJGlick/fba-sourcing-analyzer"
},
"author": "Matt Glick",
"license": "MIT",
"bugs": {
"url": "https://github.com/MattJGlick/fba-sourcing-analyzer/issues"
},
"homepage": "https://github.com/MattJGlick/fba-sourcing-analyzer",
"dependencies": {
"amazon_fba_fee_calculator": "MattJGlick/amazon_fba_fee_calculator",
"async": "^1.4.2",
"config": "^1.14.0",
"csvtojson": "^0.5.5",
"expand-url": "^0.1.3",
"express": "^4.13.3",
"feedparser": "^1.1.3",
"jade": "^1.11.0",
"js-yaml": "^3.3.1",
"limiter": "^1.0.5",
"moment": "^2.10.6",
"mws-js": "Swiddow/mws-js",
"needle": "^0.9.2",
"node-schedule": "^0.2.9",
"nodemailer": "^1.3.4",
"pg": "^4.4.3",
"phantom": "^0.8.0",
"request": "^2.58.0",
"twitter": "^1.2.5",
"underscore": "^1.8.3",
"webpage": "^0.3.0"
}
}