| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "project",
- "version": "0.1.0",
- "description": "description",
- "main": "index.html",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "build": "build --mac --x64 --mirror https://npm.taobao.org/mirrors/nwjs/ ."
- },
- "author": "evshiron",
- "license": "MIT",
- "build": {
- "nwVersion": "lts",
- "targets": [
- "zip",
- "nsis"
- ],
- "win": {
- "versionStrings": {
- "ProductName": "Project",
- "CompanyName": "nwjs-builder-phoenix",
- "LegalCopyright": "copyright"
- }
- },
- "mac": {
- "displayName": "Project",
- "copyright": "copyright"
- },
- "nsis": {
- "diffUpdaters": true
- }
- },
- "devDependencies": {
- "nwjs-builder-phoenix": "github:evshiron/nwjs-builder-phoenix",
- "typescript": "^2.2.1"
- }
- }
|