forked from sideshowcoder/canned
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 693 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 693 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
{
"name": "canned",
"version": "0.3.7",
"description": "serve canned responses to mock an api, based on files in a folder",
"main": "index.js",
"scripts": {
"test": "make test",
"start": "./bin/canned"
},
"bin": "./bin/canned",
"repository": {
"type": "git",
"url": "https://github.com/sideshowcoder/canned"
},
"dependencies": {
"lodash": "^3.10.1",
"optimist": "^0.6.0"
},
"devDependencies": {
"jasmine-node": "^1.14.2",
"jshint": "^2.7.0",
"node-dev": "^2.6.1"
},
"engines": {
"node": ">=0.10.3"
},
"keywords": [
"mock",
"api",
"server"
],
"author": "Philipp Fehre @sideshowcoder",
"license": "MIT"
}