-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 944 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
37
{
"name": "cycle-node-http-server",
"version": "2.0.0",
"description": "A Node HTTP(S) driver for Cycle.js",
"main": "dist/index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha --require babel-register -w",
"build": "babel src -d dist",
"watch": "babel src -d dist -w"
},
"keywords": [
"node",
"cycle.js",
"http",
"https"
],
"dependencies": {
"xstream": "^10.7.0"
},
"devDependencies": {
"@cycle/http": "^13.3.0",
"@cycle/run": "^3.1.0",
"babel-cli": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.5.1",
"babel-register": "^6.24.1",
"body-parser": "^1.17.2",
"lodash": "^4.17.4",
"mocha": "^3.4.2",
"snabbdom-jsx": "^0.3.1",
"snabbdom-to-html": "^3.2.0",
"switch-path": "^1.2.0"
},
"author": "Pierre Chabiland",
"license": "MIT"
}