forked from enkot/SSE-Fake-Server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 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
{
"name": "sse-fake-server",
"version": "1.0.3",
"description": "Server Sent Events fake server for testing your code with data.",
"main": "./dist/index.cjs.js",
"scripts": {
"build": "rollup -c -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/enkot/SSE-Fake-Server.git"
},
"author": "Taras Batenkov <[email protected]> (https://github.com/enkot)",
"license": "ISC",
"bugs": {
"url": "https://github.com/enkot/SSE-Fake-Server/issues"
},
"homepage": "https://github.com/enkot/SSE-Fake-Server#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.3",
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
"babel-preset-env": "^1.6.1",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-eslint": "^4.0.0",
"rollup-plugin-serve": "^0.4.2",
"rollup-watch": "^4.3.1"
}
}