forked from Wildhoney/EmberSockets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 880 Bytes
/
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
{
"name": "ember-sockets",
"version": "0.5.2",
"description": "Socket.io (WebSockets) integrated with Ember.js' observer pattern.",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/Wildhoney/EmberSockets.git"
},
"keywords": [
"emberjs",
"ember.js",
"ember",
"websockets",
"ember.js",
"websockets",
"ember.js",
"socket.io",
"ember",
"socket.io"
],
"author": "Adam Timberlake",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/Wildhoney/EmberSockets/issues"
},
"dependencies": {
"underscore": "~1.5.2",
"socket.io": "~0.9.16",
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-jshint": "~0.7.0",
"mocha": "~1.13.0",
"should": "~2.0.2",
"ember": "~1.0.0-pre.2"
}
}