123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "name": "safe-cms",
- "version": "0.0.6",
- "description": "A simple to use content management system for the SAFE Network",
- "main": "main.js",
- "scripts": {
- "start": "electron .",
- "rebuild": "npm rebuild --runtime=electron --target=1.7.11 --disturl=https://atom.io/download/atom-shell --build-from-source",
- "postinstall": "npm run rebuild",
- "dist-windows": "build -w --x64",
- "dist-linux": "build -l --x64"
- },
- "build": {
- "appId": "net.safecms.app",
- "asar": "false",
- "win": {
- "target": "dir"
- },
- "linux": {
- "target": "dir"
- },
- "mac": {
- "target": "dir"
- }
- },
- "repository": "https://github.com/badcodeltd/safecms",
- "author": "Shane Armstrong <shane@badcode.co.uk",
- "license": "MIT",
- "dependencies": {
- "@maidsafe/safe-node-app": "0.7.0",
- "jquery": "^3.3.1",
- "csso": "^3.5.0",
- "uglify-js": "^3.3.10",
- "javascript-editor": "^1.0.3"
- },
- "devDependencies": {
- "electron": "1.7.11",
- "electron-packager": "^10.1.2",
- "electron-builder": "^20.0.8"
- }
- }
|