diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..d86ea90 --- /dev/null +++ b/.npmignore @@ -0,0 +1,2 @@ +*.html +.gitignore diff --git a/README.md b/README.md index 775a133..cb0cec8 100644 --- a/README.md +++ b/README.md @@ -29,5 +29,4 @@ TODO * Implement a UI ### General -* Get this on NPM? -* Move into subdirectories? +* Move stuff into subdirectories? diff --git a/package.json b/package.json new file mode 100644 index 0000000..14d60c8 --- /dev/null +++ b/package.json @@ -0,0 +1,18 @@ +{ + "name": "bf-gir", + "version": "1.0.0", + "description": "Optimizing brainfuck interpreter", + "main": "gir.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://ahti-saarelainen.zgrep.org/git/nortti/gir.git" + }, + "keywords": [ + "brainfuck" + ], + "author": "nortti", + "license": "Unlicense" +}