diff --git a/component.json b/component.json index a53d9eb..2677676 100755 --- a/component.json +++ b/component.json @@ -1,7 +1,7 @@ { "name": "CircularDoublyList", "repo": "Wizcorp/list-CircularDoubly", - "version": "0.1.0", + "version": "0.1.1", "scripts": [ "index.js" ], diff --git a/package.json b/package.json new file mode 100755 index 0000000..ed6302e --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "list-CircularDoubly", + "version": "0.1.1", + "description": "Circular Doubly List Datastructure", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git://github.com/Wizcorp/list-CircularDoubly.git" + }, + "author": "bchevalier", + "license": "MIT", + "gitHead": "3b263538fb8b935e3cf22db0c2d6ad098c0bc5be", + "bugs": { + "url": "https://github.com/Wizcorp/list-CircularDoubly/issues" + } +}