-
Notifications
You must be signed in to change notification settings - Fork 7
/
typings.json
18 lines (18 loc) · 938 Bytes
/
typings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "TuxLab",
"dependencies": {
"chai": "registry:npm/chai#3.5.0+20160723033700",
"dockerode": "registry:npm/dockerode#2.3.1+20161017101347",
"nconf": "registry:dt/nconf#0.0.0+20161212190028",
"node-cache": "registry:dt/node-cache#3.0.0+20160816205622",
"uglify-js": "registry:dt/uglify-js#2.6.1+20160510010627"
},
"globalDependencies": {
"collection2": "https://raw.githubusercontent.com/learnlinux/meteor-typings/master/aldeed%3Acollection2-core.d.ts",
"dburles:factory.d.ts": "https://raw.githubusercontent.com/learnlinux/meteor-typings/master/dburles%3Afactory.d.ts",
"mocha": "registry:dt/mocha#2.2.5+20161221010438",
"node": "registry:env/node#6.0.0+20170102175725",
"node-etcd": "https://raw.githubusercontent.com/learnlinux/meteor-typings/master/node-etcd.d.ts",
"static-files": "https://raw.githubusercontent.com/learnlinux/meteor-typings/master/static-files.d.ts"
}
}