Skip to content

Commit 59dd93a

Browse files
committed
Move to emailjs organization
1 parent 963bb24 commit 59dd93a

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

.travis.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
language: node_js
2+
sudo: false
23
node_js:
3-
- "0.11"
4+
- 4.1
45
before_install:
56
- npm install -g grunt-cli
67
notifications:
78
email:
8-
9+
recipients:
10+
11+

README.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ tcp-socket
33

44
This shim brings [Mozilla-flavored](https://developer.mozilla.org/en-US/docs/WebAPI/TCP_Socket) version of the [Raw Socket API](http://www.w3.org/TR/raw-sockets/) to node.js, Chromium apps, Windows/WP 8 apps, and websockets (via socket.io). Its purpose is to enable apps to use the same codebase in Firefox OS, Chrome OS, and on the server.
55

6-
[![Build Status](https://travis-ci.org/whiteout-io/tcp-socket.svg?branch=dev/umd)](https://travis-ci.org/whiteout-io/tcp-socket)
6+
[![Build Status](https://travis-ci.org/emailjs/emailjs-tcp-socket.svg?branch=master)](https://travis-ci.org/emailjs/emailjs-tcp-socket)
77

88
# Usage
99

@@ -115,12 +115,9 @@ The following API is not available with this shim:
115115

116116
## Installation
117117

118-
### [npm](https://www.npmjs.org/):
119-
120-
npm install --save tcp-socket
121-
122-
or directly from github
123-
npm install --save https://github.com/whiteout-io/tcp-socket/tarball/<TAG_NAME>
118+
```
119+
npm install --save emailjs-tcp-socket
120+
```
124121

125122
# License
126123

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"name": "tcp-socket",
3-
"version": "0.5.8",
2+
"name": "emailjs-tcp-socket",
3+
"version": "1.0.0",
44
"main": "src/tcp-socket",
55
"description": "This shim brings the W3C Raw Socket API to node.js and Chromium. Its purpose is to enable apps to use the same api in Firefox OS, Chrome OS, and on the server.",
66
"repository": {
77
"type": "git",
8-
"url": "git://github.com/whiteout-io/tcp-socket.git"
8+
"url": "git://github.com/emailjs/emailjs-tcp-socket.git"
99
},
1010
"author": "Felix Hammerl",
1111
"maintainers": [{
1212
"name": "Felix Hammerl",
13-
"email": "felix@whiteout.io"
13+
"email": "felix[email protected]"
1414
}],
1515
"license": "MIT",
1616
"scripts": {
1717
"pretest": "cd node_modules/node-forge/ && npm install && npm run minify && cd ../..",
1818
"test": "grunt"
1919
},
2020
"bugs": {
21-
"url": "https://github.com/whiteout-io/tcp-socket/issues"
21+
"url": "https://github.com/emailjs/emailjs-tcp-socket/issues"
2222
},
23-
"homepage": "https://github.com/whiteout-io/tcp-socket",
23+
"homepage": "https://github.com/emailjs/emailjs-tcp-socket",
2424
"dependencies": {
2525
"node-forge": "^0.6.11"
2626
},
@@ -39,7 +39,7 @@
3939
"requirejs": "~2.1.10",
4040
"sinon": "1.7.3",
4141
"socket.io": "^1.0.6",
42-
"starttls": "https://github.com/whiteout-io/starttls/tarball/master",
42+
"starttls": "https://github.com/felixhammerl/starttls/tarball/master",
4343
"underscore": "^1.6.0"
4444
}
4545
}

0 commit comments

Comments
 (0)