-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.38 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
{
"name": "typhonjs-core-logging-socket",
"version": "0.1.0",
"homepage": "https://github.com/typhonjs-common/typhonjs-core-logging-socket/",
"description": "Provides a logging plugin for `typhonjs-core-logging` that sends data over a WebSocket or SockJS.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/typhonjs-common/typhonjs-core-logging-socket.git"
},
"bugs": {
"url": "https://github.com/typhonjs-common/typhonjs-core-logging-socket/issues"
},
"jspm": {
"main": "src/SocketLogger.js",
"dependencies": {
"typhonjs-core-backbone-events": "github:typhonjs-backbone/typhonjs-core-backbone-events@master",
"typhonjs-core-socket": "github:typhonjs-common/typhonjs-core-socket@master"
},
"devDependencies": {
"babel": "npm:babel-core@^5.0.0",
"babel-runtime": "npm:babel-runtime@^5.0.0",
"core-js": "npm:core-js@^1.0.0"
}
},
"devDependencies": {
"gulp": "^3.0.0",
"jspm": "^0.16.0",
"typhonjs-config-eslint": "^0.4.0",
"typhonjs-core-gulptasks": "^0.6.0",
"typhonjs-npm-build-test": "^0.1.0",
"websocket": "^1.0.0"
},
"scripts": {
"test-nodeclient-http": "jspm run ./test/src/platforms/node/mainTestHTTP.js",
"test-server-http": "node ./test/src/platforms/node/testServerHTTP.js",
"test-server-https": "node ./test/src/platforms/node/testServerHTTPS.js"
}
}