Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /trunk/build/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: 490 byte(s)


1 tsugehara 170 {
2     "name": "jgame.js-build-tool",
3     "version": "1.0.0",
4     "description": "",
5     "main": "build.js",
6     "dependencies": {
7     "argv": "0.0.2",
8     "typescript": "^1.5.0-beta",
9     "uglify-js": "^2.4.20"
10     },
11     "devDependencies": {},
12     "scripts": {
13     "prepublish": "npm run build",
14     "deploy": "node bin/build deploy",
15     "build": "tsc",
16     "test": "echo \"Error: no test specified\" && exit 1"
17     },
18     "files": [
19     "bin",
20     "lib"
21     ],
22     "author": "t.tsugehara",
23     "license": "MIT"
24     }

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