forked from amvtek/EventSource
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.1 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.1 KB
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
{
"name": "eventsource-polyfill-bugfixes",
"version": "0.9.8",
"description": "A browser polyfill for W3C EventSource (http://www.w3.org/TR/eventsource/). This is fork containg fixes. Original work can be found here: https://github.com/amvtek/EventSource.git ",
"main": "dist/browserify-eventsource.js",
"directories": {
"doc": "docs"
},
"files": [
"dist/eventsource.js",
"dist/browserify-eventsource.js"
],
"scripts": {
"test": "echo \"Error: to run browser tests, visit http://testevs.amvtek.com/\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/zabrowarnyrafal/EventSource.git"
},
"keywords": [
"sse",
"server sent events",
"eventsource",
"event-source",
"polyfill"
],
"author": "zabrowarnyrafal <zabrowarnyrafal@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zabrowarnyrafal/EventSource/issues"
},
"homepage": "https://github.com/zabrowarnyrafal/EventSource",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-uglify": "^0.6.0",
"grunt-string-replace": "^1.0.0"
}
}