| 123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "nsis-compat-tester",
- "version": "1.0.0",
- "description": "",
- "main": "main.html",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "serve": "http-server ./dist/",
- "start": "DEBUG=nsis-compat-updater run --mirror https://npm.taobao.org/mirrors/nwjs/ .",
- "dist": "build --win --x86 --mirror https://npm.taobao.org/mirrors/nwjs/ ."
- },
- "author": "evshiron",
- "license": "MIT",
- "dependencies": {
- "element-ui": "^1.2.9",
- "nsis-compat-updater": "^1.0.0",
- "vue": "^2.2.6"
- },
- "devDependencies": {
- "http-server": "^0.9.0",
- "nwjs-builder-phoenix": "^1.9.3"
- },
- "build": {
- "nwFlavor": "sdk",
- "targets": [
- "nsis7z"
- ],
- "nsis": {
- "diffUpdaters": true
- }
- }
- }
|