-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1001 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
40
{
"name": "IMDme",
"version": "1.0.0",
"description": "linked-in \"like\" app",
"main": "scrape.js",
"dependencies": {
"body-parser": "^1.18.3",
"dotenv": "^5.0.1",
"express": "^4.16.3",
"framework7": "^2.2.5",
"hello.js": "^1.0.0",
"hellojs": "^1.16.1",
"mysql2": "^1.5.3",
"scrape-it": "^5.0.5",
"sequelize": "^4.37.7"
},
"devDependencies": {
"cpy-cli": "^1.0.1",
"framework7": "^2.0.1",
"framework7-icons": "^0.8.9",
"http-server": "^0.10.0",
"material-design-icons": "^3.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"serve": "http-server ./www/ -o -c 1 -a localhost"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dmeeks91/IMDme.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dmeeks91/IMDme/issues"
},
"homepage": "https://github.com/dmeeks91/IMDme#readme"
}