UNPKG

824 BJSONView Raw
1{
2 "name": "3c",
3 "description": "json-schema api-doc mock-server",
4 "version": "0.0.2-alpha",
5 "author": {
6 "name": "baidao"
7 },
8 "keywords": [
9 "json schema",
10 "api doc",
11 "mock server",
12 "check"
13 ],
14 "repository": {
15 "type": "git",
16 "url": "git@github.com/baidao/npm-varify-interfaces.git"
17 },
18 "licenses": [
19 {
20 "type": "MIT",
21 "url": "http://www.opensource.org/licenses/MIT"
22 }
23 ],
24 "scripts": {
25 "test": "node test/index.js"
26 },
27 "main": "./index",
28 "bin": {
29 "3c": "./bin/3c"
30 },
31 "dependencies": {
32 "coffee-script": "1.7.*",
33 "optimist": "0.6.x",
34 "commander": "1.3.x",
35 "handlebars": "1.3.0",
36 "underscore": "1.5.x",
37 "randexp": "0.3.3",
38 "restify": "2.8.1",
39 "jayschema": "0.2.7"
40 },
41 "engines": {
42 "node": ">= 0.10.0"
43 }
44}