commit 93cdd0d64e5261b077f55df5d8835c4f44fe351b
parent b6a597b3ed8f39c7e40acde0085878abe04a610a
Author: Andy Herbert <andy.herbert@gmail.com>
Date: Wed, 19 Oct 2016 18:56:32 +0100
Merge pull request #8 from allbinmani/master
Added package.json
Diffstat:
1 file changed, 27 insertions(+), 0 deletions(-)
diff --git a/package.json b/package.json
@@ -0,0 +1,27 @@
+{
+ "name": "ansilove.js",
+ "version": "1.0.0",
+ "description": "AnsiLove.js is a partial rewrite of ansilove and AnsiLove-C in the Javascript programming language",
+ "main": "ansilove.js",
+ "directories": {
+ "example": "example"
+ },
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/ansilove/ansilove.js.git"
+ },
+ "keywords": [
+ "ansi",
+ "javascript",
+ "ansilove"
+ ],
+ "author": "Andrew Herbert <http://andyh.org/>",
+ "license": "BSD-3-Clause",
+ "bugs": {
+ "url": "https://github.com/ansilove/ansilove.js/issues"
+ },
+ "homepage": "https://github.com/ansilove/ansilove.js#readme"
+}