forked from Wildhoney/EmberSockets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 997 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
{
"name": "ember-sockets",
"version": "0.7.0",
"description": "Socket.io (WebSockets) integrated with Ember.js' observer pattern.",
"main": "dist/ember-sockets.min.js",
"scripts": {
"test": "grunt test",
"start": "node example/server.js",
"postinstall": "bower install; grunt build"
},
"repository": {
"type": "git",
"url": "https://github.com/Wildhoney/EmberSockets.git"
},
"keywords": [
"ember websockets",
"ember socket.io",
"ember sockets"
],
"author": "Adam Timberlake",
"license": "MIT",
"bugs": {
"url": "https://github.com/Wildhoney/EmberSockets/issues"
},
"dependencies": {
"bower": "^1.3.9",
"ember": "^1.0.0-pre.m2",
"express": "^4.8.4",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "^0.7.2",
"grunt-contrib-uglify": "^0.2.7",
"mocha": "^1.21.4",
"should": "^2.1.1",
"socket.io": "~1.0.6",
"underscore": "^1.5.2"
}
}