-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtypings.json
46 lines (46 loc) · 2.46 KB
/
typings.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
41
42
43
44
45
46
{
"globalDependencies": {
"bcrypt": "registry:dt/bcrypt#0.0.0+20160316155526",
"bluebird": "registry:dt/bluebird#3.0.0+20160907110115",
"chai": "registry:dt/chai#3.4.0+20160601211834",
"chai-http": "registry:dt/chai-http#0.0.0+20160317120654",
"dotenv": "registry:dt/dotenv#2.0.0+20160327131627",
"electron": "registry:env/electron#0.37.6+20160909065630",
"graphql": "registry:dt/graphql#0.7.0+20160930121740",
"immutable": "registry:dt/immutable#3.8.1+20160608070634",
"js-signals": "registry:dt/js-signals#0.0.0+20160316155526",
"jsonschema": "registry:dt/jsonschema#0.0.0+20160811135847",
"knex": "registry:dt/knex#0.0.0+20160923124117",
"koa": "registry:dt/koa#2.0.0+20160724024233",
"koa-bodyparser": "registry:dt/koa-bodyparser#3.0.0+20160414124440",
"koa-json": "registry:dt/koa-json#2.0.0+20160412125208",
"koa-mount": "registry:dt/koa-mount#2.0.0+20160711132230",
"koa-passport": "registry:dt/koa-passport#2.0.0+20161012045224",
"koa-qs": "file:typings/custom/koa-qs.d.ts",
"koa-router": "file:typings/custom/koa-router.d.ts",
"koa-static": "registry:dt/koa-static#2.0.0+20160807195632",
"leaflet": "registry:dt/leaflet#1.0.0-rc3+20161013145239",
"lodash": "registry:dt/lodash#4.14.0+20160830145422",
"lunr": "registry:dt/lunr#0.5.4+20160326120315",
"mocha": "registry:dt/mocha#2.2.5+20160720003353",
"moment": "registry:dt/moment#2.11.1+20161010105546",
"mousetrap": "registry:dt/mousetrap#1.5.0+20160501152135",
"node": "registry:dt/node#6.0.0+20160928143418",
"passport-local": "registry:dt/passport-local#0.0.0+20160316155526",
"react": "registry:dt/react#0.14.0+20160829191040",
"react-dom": "registry:dt/react-dom#0.14.0+20160412154040",
"react-jsonschema-form": "registry:dt/react-jsonschema-form#0.30.1+20160720001748",
"react-redux": "registry:dt/react-redux#4.4.0+20160908183346",
"react-sortable-hoc": "registry:dt/react-sortable-hoc#0.0.7+20160830143233",
"redis": "registry:dt/redis#0.12.1+20160818110030",
"redux": "registry:dt/redux#3.5.2+20160703092728",
"reflect-metadata": "registry:dt/reflect-metadata#0.0.0+20160630155503",
"sqlite3": "registry:dt/sqlite3#2.2.3+20160724070935",
"whatwg-fetch": "registry:dt/whatwg-fetch#0.0.0+20160829180742"
},
"dependencies": {
"react-router": "file:typings/custom/react-router.d.ts",
"slug": "registry:npm/slug#0.9.0+20160723033700",
"then-redis": "file:typings/custom/then-redis.d.ts"
}
}