forked from brechtbilliet/angular-typescript-webpack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypings.json
More file actions
18 lines (18 loc) · 722 Bytes
/
Copy pathtypings.json
File metadata and controls
18 lines (18 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"globalDependencies": {
"angular": "registry:dt/angular#1.5.0+20160517064839",
"angular-route": "registry:dt/angular-route#1.3.0+20160317120654",
"bootstrap": "registry:dt/bootstrap#3.3.5+20160316155526",
"jquery": "registry:dt/jquery#1.10.0+20160417213236",
"jwt-decode": "registry:dt/jwt-decode#1.4.0+20160317120654",
"source-map": "registry:dt/source-map#0.0.0+20160317120654",
"uglify-js": "registry:dt/uglify-js#2.6.1+20160316155526"
},
"dependencies": {
"lodash": "registry:npm/lodash#4.0.0+20160416211519"
},
"globalDevDependencies": {
"angular-mocks": "registry:dt/angular-mocks#1.3.0+20160425155016",
"jasmine": "registry:dt/jasmine#2.2.0+20160505161446"
}
}