Skip to content

Commit

Permalink
- create initial package
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizhu256 committed Feb 19, 2018
1 parent 9fe8c22 commit 22be6a9
Show file tree
Hide file tree
Showing 9 changed files with 32,823 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
*.00
*.01
*.lock
*.log
*~
.*
core
data
electron-lite
example.js
external
node_modules
tmp
utility2
32 changes: 32 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
before_install:
# init xvfb
# http://docs.travis-ci.com/user/gui-and-headless-browsers/
- export DISPLAY=:99.0 && sh -e /etc/init.d/xvfb start
branches:
only:
- alpha
- beta
- cron
- docker.base
- docker.electron
- docker.latest
- docker.tmp
- master
- publish
- task
env:
global:
# this value is auto-created by shTravisCryptoAesEncryptYml
- secure: hcpE9h2RXRPeDBODu+x2Pyj/8aFMfW8x0qOL2DlCu8Czp+V5v3ZTxve9eT20PBXmX91CRAfVYvF2rB/Y5yfoM1XblOyj+ODA/fdIUvKQW2a5Viyvdu/3DbH7HUkuavjbUWVNzWAdvCnn0hYiDIEi6A/GHkTzKvDp0Mq1UctfuU5cfWfF1XtSGVYqBFBdtpUp/lz+agP5alSUEhadEXtPwmOt1GffUjZifMCEgMa31LK7pXcJnao4LL4L2Z0EnKD2JX3F7PV3z4ODRPP7Gma8c/0BP8uvxIb6MvcO3AzsAKAGRs0+SPvj+zFWB9XuSM+Va6mbG14g56eNYiaNZrJM1evkLMyo4fK/nzc/VwEsEKY2Basp2GOiZL8CcyowD0DMcLWfpPsoBnMtvX97o894gBvnoqYF0VGlNgriCVT0ccdMmiR6WMBFyd0YyfJLrpzmVsv6YtvotvnCbeKSS15N3gO7nUXPpahrCK3Hl8/wN1N1HLL36VUGny0i0vcksFrpJgCj90M2gKkZ/RdzdcleczM5mHqKqcFJ99iyIdl9edgldNv5mn+zQ9N/1tP1ZrxR0o3ZfdVYINraCOEsCfEEWH6muEcI5jjWRwcUzgvH2kU/V1MFt5apPthslG47PvH3QGIa2pLBmI5ZZoNwIk+vtb4Xejwa+EeRzlbsPry/9EA= # CRYPTO_AES_KEY
language:
- node_js
node_js:
- 6
# - node
script:
- npm run build-ci
services:
- docker
# http://docs.travis-ci.com/user/workers/container-based-infrastructure
sudo:
false
9 changes: 9 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
MIT License (https://opensource.org/licenses/MIT)

Copyright 2014 Kai Zhu (kaizhu256@gmail.com)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
382 changes: 382 additions & 0 deletions README.md

Large diffs are not rendered by default.

4,709 changes: 4,709 additions & 0 deletions assets.swgg.swagger.json

Large diffs are not rendered by default.

0 comments on commit 22be6a9

Please sign in to comment.