forked from emailjs/emailjs-tcp-socket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.34 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
36
37
38
39
40
41
42
43
44
45
{
"name": "tcp-socket",
"version": "0.5.5",
"main": "src/tcp-socket",
"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.",
"repository": {
"type": "git",
"url": "git://github.com/whiteout-io/tcp-socket.git"
},
"author": "Felix Hammerl",
"maintainers": [{
"name": "Felix Hammerl",
"email": "[email protected]"
}],
"license": "MIT",
"scripts": {
"pretest": "cd node_modules/node-forge/ && npm install && npm run minify && cd ../..",
"test": "grunt"
},
"bugs": {
"url": "https://github.com/whiteout-io/tcp-socket/issues"
},
"homepage": "https://github.com/whiteout-io/tcp-socket",
"dependencies": {
"node-forge": "^0.6.11"
},
"devDependencies": {
"chai": "~1.7.2",
"express": "^4.8.6",
"grunt": "~0.4.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "~0.6.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.8.0",
"grunt-express-server": "^0.4.19",
"grunt-mocha-phantomjs": "~0.4.0",
"grunt-mocha-test": "~0.6.2",
"mocha": "~1.16.2",
"requirejs": "~2.1.10",
"sinon": "1.7.3",
"socket.io": "^1.0.6",
"starttls": "https://github.com/whiteout-io/starttls/tarball/master",
"underscore": "^1.6.0"
}
}