forked from maxaon/connect-api-mocker-adv
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 836 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "connect-api-mocker-adv",
"version": "0.1.1",
"description": "Middleware to mock connect request",
"main": "index.js",
"keywords": [
"middleware",
"connect",
"mock",
"proxy",
"api",
"rest"
],
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git://github.com/maxaon/connect-api-mocker-adv.git"
},
"homepage": "https://github.com/maxaon/connect-api-mocker-adv",
"dependencies": {
"js-yaml": "^3.2.6",
"lodash": "^3.2.0"
},
"devDependencies": {
"chai": "^2.0.0",
"chai-connect-middleware": "^0.3.1",
"coffee-script": "^1.9.0",
"mocha": "^2.1.0"
},
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register test/test*.coffee"
},
"author": "Peter Kicenko, sahibinden.com",
"license": "ISC"
}