forked from shenglol/arm-visualizer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtypings.json
18 lines (18 loc) · 1.12 KB
/
typings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"globalDependencies": {
"es6-shim": "registry:dt/es6-shim#0.31.2+20160602141504",
"filesaver": "registry:dt/filesaver#0.0.0+20160622185141",
"jasmine": "github:DefinitelyTyped/DefinitelyTyped/jasmine/jasmine.d.ts#dc9dabe74a5be62613b17a3605309783a12ff28a"
},
"dependencies": {
"@angular/core": "file:jspm_packages/npm/@angular/[email protected]/index.d.ts",
"@angular/http": "file:jspm_packages/npm/@angular/[email protected]/index.d.ts",
"@angular/platform-browser": "file:jspm_packages/npm/@angular/[email protected]/index.d.ts",
"@angular/platform-browser-dynamic": "file:jspm_packages/npm/@angular/[email protected]/index.d.ts",
"@angular/router": "file:jspm_packages/npm/@angular/[email protected]/index.d.ts",
"@ng-bootstrap/ng-bootstrap": "file:jspm_packages/npm/@ng-bootstrap/[email protected]/index.d.ts",
"@ngrx/store": "file:jspm_packages/npm/@ngrx/[email protected]/index.d.ts",
"angular2-toaster/angular2-toaster": "file:jspm_packages/npm/[email protected]/angular2-toaster.d.ts",
"lodash": "registry:npm/lodash#4.0.0+20160723033700"
}
}