Move README.md, LICENSE.md and user docs from master branch to 1.8

This commit is contained in:
johni0702
2016-12-09 12:10:48 +01:00
parent 5b3284f8f7
commit e86c66d874
76 changed files with 1697 additions and 0 deletions

13
docs/package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "replaymod-docs",
"version": "0.0.0",
"description": "",
"main": "convert.js",
"author": "Jonas Herzig <me@johni0702.de>",
"license": "GPLv3",
"dependencies": {
"md-jml": "~2.0.1",
"array-findindex-polyfill": "~0.1.0",
"string.prototype.endswith": "~0.2.0"
}
}