소스 검색

Switching over to NodeJS as a server host. Added an ISC license.

dev-bank
Bryan Miller 5 년 전
부모
커밋
53393d8434
2개의 변경된 파일32개의 추가작업 그리고 0개의 파일을 삭제
  1. +9
    -0
      LICENSE
  2. +23
    -0
      package.json

+ 9
- 0
LICENSE 파일 보기

@@ -0,0 +1,9 @@
Copyright 2019 Bryan Miller

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all
copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.


+ 23
- 0
package.json 파일 보기

@@ -0,0 +1,23 @@
{
"name": "nespaint",
"version": "0.1.0",
"description": "Painting program focused on sprite, tile, and attribute table creation for NES games.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@git.obsidianblk.me:ObsidianBlk/nespaint.git"
},
"keywords": [
"Nintendo",
"NES",
"Paint",
"Graphics",
"Development",
"Tool"
],
"author": "Bryan \"ObsidianBlk\" Miller",
"license": "ISC"
}

Loading…
취소
저장