-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtypings.json
22 lines (22 loc) · 1020 Bytes
/
typings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"dependencies": {
"express-socket.io-session": "file:src/typings/express-socket.io-session.d.ts",
"randomstring": "file:src/typings/randomstring.d.ts",
"request": "registry:npm/request#2.69.0+20160428223725",
"serve-static": "file:src/typings/serve-static.d.ts"
},
"devDependencies": {},
"globalDependencies": {
"core-js": "registry:dt/core-js#0.0.0+20160317120654",
"ace": "registry:dt/ace#0.0.0+20160317120654",
"async": "registry:dt/async#1.4.2+20160501155344",
"bunyan": "registry:dt/bunyan#0.0.0+20160412155112",
"express": "registry:dt/express#4.0.0+20160317120654",
"express-serve-static-core": "registry:dt/express-serve-static-core#0.0.0+20160322035842",
"express-session": "registry:dt/express-session#0.0.0+20160331200931",
"jasmine": "registry:dt/jasmine#2.2.0+20160505161446",
"node": "registry:dt/node#6.0.0+20160514165920",
"socket.io": "registry:dt/socket.io#1.4.4+20160317120654",
"tar": "registry:dt/tar#0.0.0+20160316155526"
}
}