Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /trunk/package.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 170 - (hide annotations) (download)
Mon May 4 03:43:41 2015 UTC (9 years, 1 month ago) by tsugehara
File size: 634 byte(s)


1 tsugehara 170 {
2     "name": "jgame.js",
3     "version": "2.2.1",
4     "description": "jgame.jsはオープンソースのHTML5向け2dゲームフレームワークです。MITライセンスなので、商用非商用を問わずご自由にご利用いただけます。",
5     "main": "jgame.js",
6     "directories": {
7     "doc": "doc"
8     },
9     "scripts": {
10     "prepublish": "npm run deploy",
11     "deploy": "node build/bin/build deploy",
12     "build": "tsc -p src/ts -out src/js/jgame.js",
13     "test": "echo \"Error: no test specified\" && exit 1"
14     },
15     "author": "t.tsugehara",
16     "license": "MIT",
17     "devDependencies": {
18     "typescript": "^1.5.0-beta"
19     }
20     }

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26