package.json

changeset 0
14388e456fdf
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/package.json	Mon Dec 22 23:02:08 2014 +0100
     1.3 @@ -0,0 +1,37 @@
     1.4 +{
     1.5 +  "name": "crosscook",
     1.6 +  "version": "0.6.0",
     1.7 +  "author": "Europalab Networks",
     1.8 +  "description": "A crossdomain node.js RFC 2109 cookie miner",
     1.9 +  "license": "GPLv2",
    1.10 +  "main": "",
    1.11 +  "repository": {
    1.12 +    "type": "mercurial",
    1.13 +    "url": "https://scm.europalab.com/crosscook/"
    1.14 +  },
    1.15 +  "keywords": [
    1.16 +    "crosscook",
    1.17 +    "Node.js",
    1.18 +    "nodeapps",
    1.19 +    "application"
    1.20 +  ],
    1.21 +  "homepage": "http://xcook.europalab.com/",
    1.22 +  "scripts": {
    1.23 +    "start": "node ./bin/server"
    1.24 +  },
    1.25 +  "contributors": [
    1.26 +    {
    1.27 +      "name": "Michael Schloh von Bennewitz",
    1.28 +      "email": "michael@schloh.com"
    1.29 +    }
    1.30 +  ],
    1.31 +  "dependencies": {},
    1.32 +  "devDependencies": {},
    1.33 +  "engines": {
    1.34 +    "node": ">=0.4"
    1.35 +  },
    1.36 +  "bugs": {
    1.37 +    "url": "http://xcook.europalab.com/"
    1.38 +  },
    1.39 +  "subdomain": "xcook"
    1.40 +}

mercurial