-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fcea8c2
commit fb747e2
Showing
1 changed file
with
41 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,41 @@ | ||
{ | ||
"name": "nadesiko3win32", | ||
"version": "3.4.27", | ||
"description": "Nadesiko - Japanese Programming Language - win32", | ||
"main": "node_modules/nadesiko3/src/index.mjs", | ||
"bin": { | ||
"cnako3": "node node_modules/nadesiko3/src/cnako3.mjs", | ||
"nako3server": "node node_modules/nadesiko3/src/nako3server.mjs", | ||
"nako3edit": "node node_modules/nadesiko3/tools/nako3edit/index.mjs" | ||
}, | ||
"scripts": { | ||
"start": "start.exe", | ||
"check_new_version": "cnako3 tools/check_new_version.nako3" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/kujirahand/nadesiko3win32.git" | ||
}, | ||
"keywords": [ | ||
"script", | ||
"Japanse Programming Language", | ||
"Nadesiko", | ||
"日本語プログラミング言語", | ||
"なでしこ" | ||
], | ||
"files": [ | ||
"bin", | ||
"setup", | ||
"plug-ins" | ||
], | ||
"author": "kujirahand", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/kujirahand/nadesiko3win32/issues" | ||
}, | ||
"homepage": "https://github.com/kujirahand/nadesiko3win32#readme", | ||
"dependencies": { | ||
"nadesiko3": "^3.4.27", | ||
"npm-check-updates": "^16.14.15" | ||
} | ||
} | ||
{ | ||
"name": "nadesiko3win32", | ||
"version": "3.6.7", | ||
"description": "Nadesiko - Japanese Programming Language - win32", | ||
"main": "node_modules/nadesiko3/src/index.mjs", | ||
"bin": { | ||
"cnako3": "node node_modules/nadesiko3/src/cnako3.mjs", | ||
"nako3server": "node node_modules/nadesiko3/src/nako3server.mjs", | ||
"nako3edit": "node node_modules/nadesiko3/tools/nako3edit/index.mjs" | ||
}, | ||
"scripts": { | ||
"start": "start.exe", | ||
"check_new_version": "cnako3 tools/check_new_version.nako3" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/kujirahand/nadesiko3win32.git" | ||
}, | ||
"keywords": [ | ||
"script", | ||
"Japanse Programming Language", | ||
"Nadesiko", | ||
"日本語プログラミング言語", | ||
"なでしこ" | ||
], | ||
"files": [ | ||
"bin", | ||
"setup", | ||
"plug-ins" | ||
], | ||
"author": "kujirahand", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/kujirahand/nadesiko3win32/issues" | ||
}, | ||
"homepage": "https://github.com/kujirahand/nadesiko3win32#readme", | ||
"dependencies": { | ||
"nadesiko3": "^3.6.7", | ||
"npm-check-updates": "^16.14.20" | ||
} | ||
} |