-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 833 Bytes
/
package.json
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
{
"name": "fake-server",
"version": "0.1.2",
"description": "Nock.js-based server to fake API responses",
"main": "app.js",
"dependencies": {
"nock": "~0.23.0",
"http-proxy": "~0.10.3"
},
"devDependencies": {},
"scripts": {
"build": "coffee --compile *.coffee",
"prepublish": "coffee --compile *.coffee",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Blaiz <[email protected]> (https://github.com/blaiz)",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git://github.com/blaiz/fake-server.git"
},
"keywords": [
"fake",
"api",
"responses"
],
"bugs": {
"url": "https://github.com/blaiz/fake-server/issues"
},
"homepage": "https://github.com/blaiz/fake-server",
"engines": {
"node": ">=0.10.0"
}
}