-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
40 lines (40 loc) · 1023 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.8.1",
"description": "Socket.io (WebSockets) integrated with Ember.js' observer pattern.",
"main": "dist/ember-sockets.js",
"scripts": {
"test": "grunt test",
"build": "grunt build",
"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"
},
"devDependencies": {
"bower": "^1.3.9",
"ember-cli": "^2.0",
"ember-getowner-polyfill": "^1.2.2",
"express": "^4.8.4",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "^1.1.0",
"mocha": "^1.21.4",
"should": "^2.1.1",
"socket.io": "~1.0.6",
"underscore": "^1.5.2"
}
}