forked from benlesh/RxSocketSubject
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.05 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
{
"name": "fm-rxjs-websocket",
"version": "1.0.0",
"description": "A more full-featured wrapper for web sockets using RxJS and RxJS-DOM (Fikrimuhal fork)",
"main": "dist/rx-socket-subject.js",
"scripts": {
"test": "testem ci -R dot",
"build": "ember build",
"prepublish": "export EMBER_ENV=production && ember build"
},
"repository": {
"type": "git",
"url": "https://github.com/fikrimuhal/RxSocketSubject.git"
},
"keywords": [
"RxJS",
"WebSocket"
],
"contributors":[ "Ben Lesh <ben@benlesh.com>", "Ilgaz Şumnulu <ilgaz@fikrimuhal.com>"],
"license": "MIT",
"bugs": {
"url": "https://github.com/fikrimuhal/RxSocketSubject/issues"
},
"homepage": "https://github.com/fikrimuhal/RxSocketSubject",
"devDependencies": {
"broccoli-closure-compiler": "^1.0.0",
"broccoli-compile-modules": "^1.1.0",
"broccoli-file-mover": "^0.4.2",
"broccoli-merge-trees": "^0.2.1",
"ember-cli": "^1.13.8",
"es6-module-transpiler-amd-formatter": "^0.3.0",
"phantomjs": "^1.9.18",
"testem": "^0.9.2"
}
}