-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 942 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
{
"name": "project-vicentito",
"version": "1.0.0",
"description": "A project to scrape baby name websites to find names that are identical in Spanish and French",
"main": "index.js",
"scripts": {
"start": "nodemon server.js",
"test": "jasmine && mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bruxelles86/project-vicentito.git"
},
"author": "Will Gant",
"license": "ISC",
"bugs": {
"url": "https://github.com/bruxelles86/project-vicentito/issues"
},
"homepage": "https://github.com/bruxelles86/project-vicentito#readme",
"devDependencies": {},
"dependencies": {
"body-parser": "^1.18.1",
"chai": "^4.1.2",
"ejs": "^2.5.7",
"express": "^4.15.4",
"html-entities": "^1.2.1",
"install": "^0.10.1",
"jasmine": "^2.8.0",
"mocha": "^3.5.3",
"nodemon": "^1.12.1",
"npm": "^5.2.0",
"xml2js": "^0.4.19",
"zombie": "^5.0.7"
}
}