blob: 91fb6a97fa87e3a5d07c32a551f6b28617108bbb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"name": "cv-francais",
"description": "",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"http-server": "^0.12.3"
},
"devDependencies": {},
"scripts": {
"start": "http-server ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alee14/cv-francais.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Alee14/cv-francais/issues"
},
"homepage": "https://github.com/Alee14/cv-francais#readme"
}
|