-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtypings.json
More file actions
19 lines (19 loc) · 753 Bytes
/
typings.json
File metadata and controls
19 lines (19 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "express-ioc",
"version": false,
"dependencies": {},
"globalDependencies": {
"express": "registry:dt/express#4.0.0+20160317120654",
"express-serve-static-core": "registry:dt/express-serve-static-core#0.0.0+20160322035842",
"mime": "registry:dt/mime#0.0.0+20160316155526",
"node": "registry:dt/node#6.0.0+20160514165920",
"serve-static": "registry:dt/serve-static#0.0.0+20160501131543"
},
"globalDevDependencies": {
"chai": "registry:dt/chai#3.4.0+20160317120654",
"mocha": "registry:dt/mocha#2.2.5+20160317120654",
"sinon": "registry:dt/sinon#1.16.0+20160517064723",
"superagent": "registry:dt/superagent#1.4.0+20160317120654",
"supertest": "registry:dt/supertest#1.1.0+20160317120654"
}
}