first commit

This commit is contained in:
Fred 2015-09-14 14:10:41 +00:00
commit 6a05110db5
3 changed files with 33 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
node_modules/

8
README.md Normal file
View File

@ -0,0 +1,8 @@
# Installation
## Prérequis
`sudo aptitude install npm`.
Après cela, lance `npm install` qui ira récupérer le contenu du fichier `package.json`.

24
package.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "gwift-book",
"version": "0.0.0",
"description": "django paperification",
"main": "index.js",
"dependencies": {
"gitbook": "^2.3.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.framasoft.org/Grimbox/gwift-book.git"
},
"keywords": [
"django",
"paper",
"tutorial"
],
"author": "",
"license": "CC-BY-SA-4.0"
}