forked from balderdashy/sails.io.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.07 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
{
"name": "sails.io.js",
"version": "0.11.5",
"description": "Javascript SDK for communicating w/ a Sails server via WebSockets/socket.io.",
"main": "sails.io.js",
"directories": {
"test": "test"
},
"dependencies": {
"request": "~2.34.0"
},
"devDependencies": {
"grunt": "~0.4.3",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-watch": "~0.6.0",
"grunt-contrib-copy": "~0.5.0",
"sails": "~0.11.0",
"lodash": "~2.4.1",
"mocha": "~1.18.0",
"socket.io-client": "~1.2.1",
"async": "~0.9.0"
},
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha -b --reporter spec --timeout 10000"
},
"repository": {
"type": "git",
"url": "git://github.com/balderdashy/sails.io.js.git"
},
"keywords": [
"sails",
"sdk",
"sails.io.js",
"socket.io",
"browser",
"javascript"
],
"author": "Mike McNeil <@mikermcneil> (http://balderdash.co/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/balderdashy/sails.io.js/issues"
},
"homepage": "https://github.com/balderdashy/sails.io.js"
}