-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.02 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
44
45
46
47
48
{
"name": "node-js-getting-started",
"version": "0.3.0",
"description": "A sample Node.js app using Express 4",
"engines": {
"node": "8.9.1"
},
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node test.js"
},
"dependencies": {
"body-parser": "^1.18.3",
"cors": "^2.8.4",
"csv2json": "^1.4.2",
"csvtojson": "^2.0.8",
"ejs": "^2.5.6",
"express": "^4.15.2",
"jsonld": "^1.1.0",
"lodash": "^4.17.10",
"mongodb": "^3.0.10",
"multer": "^1.3.0",
"mysql": "^2.16.0",
"pug": "^2.0.3",
"rdf": "^4.0.1",
"rdflib": "^0.19.0",
"string-similarity": "^2.0.0",
"virtuoso-sparql-client": "^0.2.2",
"xls-to-json": "^0.5.1",
"xls2json": "0.0.3",
"xlsx2json": "^1.0.0"
},
"devDependencies": {
"request": "^2.87.0",
"tape": "^4.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/heroku/node-js-getting-started"
},
"keywords": [
"node",
"heroku",
"express"
],
"license": "MIT"
}