UNPKG

1.08 kBJSONView Raw
1{
2 "name": "linda",
3 "version": "0.2.0",
4 "private": false,
5 "description": "Linda implementation on Socket.IO",
6 "main": "lib/linda.js",
7 "scripts": {
8 "test": "grunt test"
9 },
10 "keywords": [
11 "linda",
12 "socket.io"
13 ],
14 "author": "Sho Hashimoto <hashimoto@shokai.org>",
15 "license": "MIT",
16 "devDependencies": {
17 "coffee-errors": "*",
18 "coffee-script": "*",
19 "mocha": "*",
20 "grunt": "*",
21 "grunt-simple-mocha": "*",
22 "grunt-notify": "*",
23 "grunt-contrib-coffee": "*",
24 "grunt-coffeelint": "git+https://github.com/geta6/grunt-coffeelint",
25 "grunt-contrib-watch": "git+https://github.com/gruntjs/grunt-contrib-watch",
26 "async": "*"
27 },
28 "dependencies": {
29 "socket.io": "*",
30 "socket.io-client": "*",
31 "eventemitter2": "~0.4.13",
32 "debug": "~0.7.4"
33 },
34 "directories": {
35 "test": "tests"
36 },
37 "repository": {
38 "type": "git",
39 "url": "git://github.com/node-linda/linda.git"
40 },
41 "bugs": {
42 "url": "https://github.com/node-linda/linda/issues"
43 },
44 "homepage": "https://github.com/node-linda/linda"
45}