forked from amvtek/EventSource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 957 Bytes
/
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
{
"name": "eventsource-polyfill",
"version": "0.9.6",
"description": "A browser polyfill for W3C EventSource (http://www.w3.org/TR/eventsource/)",
"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/amvtek/EventSource.git"
},
"keywords": [
"sse",
"server sent events",
"eventsource",
"event-source",
"polyfill"
],
"author": "amvtek <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/amvtek/EventSource/issues"
},
"homepage": "https://github.com/amvtek/EventSource",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^0.6.0",
"grunt-string-replace": "^1.0.0"
}
}