This repository has been archived by the owner on Aug 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.51 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "sphere-message-processing",
"description": "This node.js library is designed to provide an easy way to write a SPHERE.IO message processors.",
"version": "0.3.19",
"homepage": "https://github.com/sphereio/sphere-message-processing.git",
"author": {
"name": "Oleg Ilyenko",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "[email protected]:sphereio/sphere-message-processing.git"
},
"bugs": {
"url": "https://github.com/sphereio/sphere-message-processing/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/sphereio/sphere-message-processing.git/blob/master/LICENSE-MIT"
}
],
"main": "main",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"optimist": "0.6.0",
"underscore": "~1.6.0",
"underscore.string": "2.3.3",
"q": "~1.0.0",
"rx": "2.2.13",
"lru-cache": "2.5.0",
"express": "3.11.0",
"measured": "0.1.5",
"JSONStream": "0.8.0",
"sphere-node-connect": "0.3.0",
"sphere-node-utils": "0.3.3"
},
"devDependencies": {
"coveralls": "~2.6.1",
"grunt": "~0.4.1",
"grunt-bump": "~0.0.11",
"grunt-cli": "~0.1.9",
"grunt-coffeelint": "~0.0.8",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.10.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-shell": "~0.6.2",
"istanbul": "~0.2.3",
"jasmine-node": "~1.13.0"
},
"keywords": []
}