-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.66 KB
/
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
35
36
37
38
39
40
{
"author": "kai zhu <kaizhu256@gmail.com>",
"buildNpmdoc": "serverless",
"description": "#### api documentation for [serverless (v1.11.0)](https://github.com/serverless/serverless#readme) [![npm package](https://img.shields.io/npm/v/npmdoc-serverless.svg?style=flat-square)](https://www.npmjs.org/package/npmdoc-serverless) [![travis-ci.org build-status](https://api.travis-ci.org/npmdoc/node-npmdoc-serverless.svg)](https://travis-ci.org/npmdoc/node-npmdoc-serverless)",
"devDependencies": {
"electron-lite": "kaizhu256/node-electron-lite#alpha",
"serverless": "*",
"utility2": "kaizhu256/node-utility2#alpha"
},
"engines": {
"node": ">=4.0"
},
"homepage": "https://github.com/npmdoc/node-npmdoc-serverless",
"keywords": [
"documentation",
"serverless"
],
"license": "MIT",
"main": "lib.npmdoc_serverless.js",
"name": "npmdoc-serverless",
"nameAlias": "npmdoc_serverless",
"nameOriginal": "npmdoc-serverless",
"os": [
"darwin",
"linux"
],
"repository": {
"type": "git",
"url": "https://github.com/npmdoc/node-npmdoc-serverless"
},
"scripts": {
"build-ci": "utility2 shReadmeTest build_ci.sh",
"env": "env",
"heroku-postbuild": "(set -e; npm install \"kaizhu256/node-utility2#alpha\"; utility2 shDeployHeroku)",
"postinstall": "if [ -f npm_scripts.sh ]; then ./npm_scripts.sh postinstall; fi",
"start": "(set -e; export PORT=${PORT:-8080}; utility2 start test.js)",
"test": "(set -e; export PORT=$(utility2 shServerPortRandom); utility2 test test.js)"
},
"version": "0.0.2"
}