Mon, 22 Dec 2014 23:02:08 +0100
Import initial revision of new project Crosscook.
michael@0 | 1 | { |
michael@0 | 2 | "name": "crosscook", |
michael@0 | 3 | "version": "0.6.0", |
michael@0 | 4 | "author": "Europalab Networks", |
michael@0 | 5 | "description": "A crossdomain node.js RFC 2109 cookie miner", |
michael@0 | 6 | "license": "GPLv2", |
michael@0 | 7 | "main": "", |
michael@0 | 8 | "repository": { |
michael@0 | 9 | "type": "mercurial", |
michael@0 | 10 | "url": "https://scm.europalab.com/crosscook/" |
michael@0 | 11 | }, |
michael@0 | 12 | "keywords": [ |
michael@0 | 13 | "crosscook", |
michael@0 | 14 | "Node.js", |
michael@0 | 15 | "nodeapps", |
michael@0 | 16 | "application" |
michael@0 | 17 | ], |
michael@0 | 18 | "homepage": "http://xcook.europalab.com/", |
michael@0 | 19 | "scripts": { |
michael@0 | 20 | "start": "node ./bin/server" |
michael@0 | 21 | }, |
michael@0 | 22 | "contributors": [ |
michael@0 | 23 | { |
michael@0 | 24 | "name": "Michael Schloh von Bennewitz", |
michael@0 | 25 | "email": "michael@schloh.com" |
michael@0 | 26 | } |
michael@0 | 27 | ], |
michael@0 | 28 | "dependencies": {}, |
michael@0 | 29 | "devDependencies": {}, |
michael@0 | 30 | "engines": { |
michael@0 | 31 | "node": ">=0.4" |
michael@0 | 32 | }, |
michael@0 | 33 | "bugs": { |
michael@0 | 34 | "url": "http://xcook.europalab.com/" |
michael@0 | 35 | }, |
michael@0 | 36 | "subdomain": "xcook" |
michael@0 | 37 | } |