-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
39 lines (39 loc) · 923 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
39
{
"name": "sscout-shopify",
"version": "1.0.0",
"main": "index.js",
"description": "Magical Shopify Bot",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Peter Soboyejo <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/dzt/jimbo.git"
},
"bugs": {
"url": "https://github.com/dzt/jimbo/issues"
},
"dependencies": {
"async": "^2.4.0",
"body-parser": "^1.17.1",
"cheerio": "^0.22.0",
"console-stamp": "^0.2.5",
"diff": "^3.2.0",
"ejs": "^2.5.6",
"express": "^4.15.2",
"knex": "^0.12.9",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"nedb": "^1.8.0",
"parse-url": "^1.3.7",
"path": "^0.12.7",
"request": "^2.81.0",
"slackbots": "^1.0.2",
"socket.io": "^1.7.3",
"sqlite3": "^3.1.8",
"valid-url": "^1.0.9",
"xml2js": "^0.4.17"
}
}