-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 972 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
{
"name": "cs42234-mongodb",
"version": "1.0.0",
"description": "Mongo DB assignment for CS4224 - NUS",
"main": "index.js",
"dependencies": {
"line-by-line": "^0.1.5",
"lodash.pick": "^4.4.0",
"mongoose": "^4.13.0",
"n-readlines": "^0.2.8"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "^6.24.1"
},
"scripts": {
"start": "babel-node src/index.js",
"convert-data": "babel-node src/init/convertData.js",
"import-models": "babel-node src/init/importModels.js",
"summarize": "babel-node src/summarize.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hiepsieunhan/CS4224-MongoDB.git"
},
"keywords": [
"MongoDB"
],
"author": "Bui Do Hiep",
"license": "ISC",
"bugs": {
"url": "https://github.com/hiepsieunhan/CS4224-MongoDB/issues"
},
"homepage": "https://github.com/hiepsieunhan/CS4224-MongoDB#readme"
}