-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 872 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
{
"name": "js-training",
"version": "1.0.0",
"description": "### L'objectif de ce projet est de former aux bases de la programmation toutes personnes désireuse d'apprendre à coder.",
"main": "01-lesson.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mohammadali-bacha/js-training.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mohammadali-bacha/js-training/issues"
},
"homepage": "https://github.com/mohammadali-bacha/js-training#readme",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/node": "^7.2.2",
"@babel/preset-env": "^7.2.3"
},
"dependencies": {
"ejs": "^2.6.1",
"events": "^3.0.0",
"express": "^4.16.4",
"markdown": "^0.5.0"
}
}