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