You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
347 B

  1. {
  2. "name": "blockchainIDsystem-clientApp",
  3. "version": "1.0.0",
  4. "description": "frontend desktop app for blockchainIDsystem",
  5. "main": "main.js",
  6. "scripts": {
  7. "postinstall": "bower install",
  8. "prestart": "npm install",
  9. "start": "electron ."
  10. },
  11. "devDependencies": {
  12. "electron-prebuilt": "^1.2.0"
  13. },
  14. "license": "MIT"
  15. }