-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 901 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 901 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
38
39
{
"name": "pancake",
"version": "3.4.1",
"logo": {
"img": "https://avatars2.githubusercontent.com/u/12624675?v=3&s=200",
"url": "https://github.com/weflex/node-orgmode"
},
"repository": {
"url": "https://github.com/weflex/pancake"
},
"description": "Build your RESTFul service by writing document not code",
"engines": {
"node": ">= 5.0.0"
},
"bin": {
"pancake-cli": "./bin/cli.js"
},
"main": "lib/pancake.js",
"scripts": {
"test": "node_modules/.bin/tape tests/test-*.js",
"docs": "sh docs.sh",
"prepublish": "npm run docs"
},
"author": "Yorkie Liu <yorkiefixer@gmail.com>",
"dependencies": {
"inflection": "1.8.0",
"minimist": "1.2.0",
"orgmode": "2.1.1",
"parsimmon": "0.7.0"
},
"devDependencies": {
"tape": "4.5.1"
},
"firedoc": {
"linkNatives": true,
"paths": "./lib",
"dest": "./docs"
}
}