-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 892 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": "cycle-remote-data",
"version": "0.1.0",
"description": "USAGE: common-readme [-r|--repo REPO-NAME] [-l|--license LICENSE]",
"main": "lib/src/index.js",
"typings": "lib/src/index.d.ts",
"scripts": {
"prepare": "tsc",
"test": "mocha --compilers ts:ts-node/register && markdown-doctest"
},
"files": [
"lib"
],
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@cycle/dom": "^20.1.0",
"@cycle/time": "^0.10.1",
"@types/browserify": "^12.0.33",
"@types/mocha": "^2.2.44",
"@types/node": "^8.0.49",
"browserify": "^14.5.0",
"mocha": "^4.0.1",
"markdown-doctest": "^0.9.1",
"superagent": "^3.6.0",
"ts-node": "^3.3.0",
"tsify": "^3.0.3",
"typescript": "^2.5.3",
"xstream": "^11.0.0",
"@types/superagent": "^3.5.6"
},
"dependencies": {
"@cycle/http": "^14.8.0"
}
}