-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.92 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.92 KB
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": "generator-angular-fullstack",
"description": "#### basic api documentation for [generator-angular-fullstack (v4.2.0)](https://github.com/angular-fullstack/generator-angular-fullstack) [](https://www.npmjs.org/package/npmdoc-generator-angular-fullstack) [](https://travis-ci.org/npmdoc/node-npmdoc-generator-angular-fullstack)",
"devDependencies": {
"electron-lite": "kaizhu256/node-electron-lite#alpha",
"generator-angular-fullstack": "*",
"utility2": "kaizhu256/node-utility2#alpha"
},
"engines": {
"node": ">=4.0"
},
"homepage": "https://github.com/npmdoc/node-npmdoc-generator-angular-fullstack",
"keywords": [
"documentation",
"generator-angular-fullstack"
],
"license": "MIT",
"main": "lib.npmdoc_generator_angular_fullstack.js",
"name": "npmdoc-generator-angular-fullstack",
"nameAlias": "npmdoc_generator_angular_fullstack",
"nameOriginal": "npmdoc-generator-angular-fullstack",
"os": [
"darwin",
"linux"
],
"repository": {
"type": "git",
"url": "https://github.com/npmdoc/node-npmdoc-generator-angular-fullstack.git"
},
"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": "2017.4.25"
}