-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathtypings.json
executable file
·20 lines (20 loc) · 1.02 KB
/
typings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "ts-aframe",
"globalDependencies": {
"dojo-loader": "npm:dojo-loader",
"es6-shim": "registry:dt/es6-shim#0.31.2+20160602141504",
"symbol-shim": "github:dojo/typings/custom/symbol-shim/symbol-shim.d.ts#9a0185f465a3febe2bb1ff3f1210f43e5f96c5d2",
"three": "registry:dt/three#0.0.0+20160906062307",
"three-vreffect": "registry:dt/three-vreffect#0.0.0+20160317120654",
"tween.js": "registry:dt/tween.js#0.0.0+20160608102153",
"webvr-api": "registry:dt/webvr-api#0.0.0+20160608064235"
},
"globalDevDependencies": {
"chai": "file:./node_modules/intern/typings/chai/chai.d.ts",
"digdug": "file:./node_modules/intern/typings/digdug/digdug.d.ts",
"dojo2": "github:dojo/typings/custom/dojo2/dojo.d.ts#a62873258aa1deed48f9882c193c335436100d4b",
"intern": "file:./node_modules/intern/typings/intern/intern.d.ts",
"leadfoot": "file:./node_modules/intern/typings/leadfoot/leadfoot.d.ts",
"node": "github:dojo/typings/custom/node/node.d.ts#a62873258aa1deed48f9882c193c335436100d4b"
}
}