michael@0: { michael@0: "name": "crosscook", michael@0: "version": "0.6.0", michael@0: "author": "Europalab Networks", michael@0: "description": "A crossdomain node.js RFC 2109 cookie miner", michael@0: "license": "GPLv2", michael@0: "main": "", michael@0: "repository": { michael@0: "type": "mercurial", michael@0: "url": "https://scm.europalab.com/crosscook/" michael@0: }, michael@0: "keywords": [ michael@0: "crosscook", michael@0: "Node.js", michael@0: "nodeapps", michael@0: "application" michael@0: ], michael@0: "homepage": "http://xcook.europalab.com/", michael@0: "scripts": { michael@0: "start": "node ./bin/server" michael@0: }, michael@0: "contributors": [ michael@0: { michael@0: "name": "Michael Schloh von Bennewitz", michael@0: "email": "michael@schloh.com" michael@0: } michael@0: ], michael@0: "dependencies": {}, michael@0: "devDependencies": {}, michael@0: "engines": { michael@0: "node": ">=0.4" michael@0: }, michael@0: "bugs": { michael@0: "url": "http://xcook.europalab.com/" michael@0: }, michael@0: "subdomain": "xcook" michael@0: }