-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 903 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
38
39
40
{
"name": "tsp-network",
"version": "5.0.0",
"description": "Advanced Network and Api management for JavaScript; TypeScript first",
"license": "MIT",
"keywords": [
"network",
"api",
"typescript",
"javascript",
"threestup"
],
"files": [
"dist"
],
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/threestup/network.git"
},
"dependencies": {
"es6-promise": "^4.1.0",
"isomorphic-fetch": "^2.2.1",
"ramda": "^0.23.0",
"tsp-monads": "^11.0.0"
},
"devDependencies": {
"@types/chai": "^3.4.35",
"@types/isomorphic-fetch": "^0.0.33",
"@types/mocha": "^2.2.40",
"@types/node": "^7.0.8",
"@types/ramda": "^0.0.4",
"@types/sinon": "^1.16.35",
"chai": "^3.5.0",
"mocha": "^3.2.0",
"sinon": "^2.0.0",
"typescript": "^2.2.1"
}
}