diff -r 000000000000 -r 14388e456fdf package.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/package.json Mon Dec 22 23:02:08 2014 +0100 @@ -0,0 +1,37 @@ +{ + "name": "crosscook", + "version": "0.6.0", + "author": "Europalab Networks", + "description": "A crossdomain node.js RFC 2109 cookie miner", + "license": "GPLv2", + "main": "", + "repository": { + "type": "mercurial", + "url": "https://scm.europalab.com/crosscook/" + }, + "keywords": [ + "crosscook", + "Node.js", + "nodeapps", + "application" + ], + "homepage": "http://xcook.europalab.com/", + "scripts": { + "start": "node ./bin/server" + }, + "contributors": [ + { + "name": "Michael Schloh von Bennewitz", + "email": "michael@schloh.com" + } + ], + "dependencies": {}, + "devDependencies": {}, + "engines": { + "node": ">=0.4" + }, + "bugs": { + "url": "http://xcook.europalab.com/" + }, + "subdomain": "xcook" +}