forked from apollographql/apollo-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtypings.json
22 lines (22 loc) · 903 Bytes
/
typings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"dependencies": {
"lodash": "registry:npm/lodash#4.0.0+20160305082308"
},
"globalDependencies": {
"async": "registry:dt/async#1.4.2+20160316155526",
"chai": "registry:dt/chai#3.4.0+20160317120654",
"chai-as-promised": "registry:dt/chai-as-promised#0.0.0+20160317120654",
"es6-promise": "registry:dt/es6-promise#0.0.0+20160317120654",
"graphql": "github:nitintutlani/typed-graphql#38bdf66576693dfe808a34876295e989f9199115",
"isomorphic-fetch": "registry:dt/isomorphic-fetch#0.0.0+20160316155526",
"mocha": "registry:dt/mocha#2.2.5+20160317120654",
"node": "registry:dt/node#4.0.0+20160319033040",
"promises-a-plus": "registry:dt/promises-a-plus#0.0.0+20160317120654",
"redux": "registry:dt/redux#1.0.0+20160317120654",
"apollo-client": "file:./ambient.d.ts"
},
"resolution": {
"main": "typings/main",
"browser": "typings/browser"
}
}