package.json 544 字节
Newer Older
G
GitSquared 已提交
1 2 3 4
{
  "name": "edex-ui",
  "version": "0.0.1",
  "description": "A science fiction desktop running everywhere. Awesome.",
G
GitSquared 已提交
5
  "main": "_boot.js",
G
GitSquared 已提交
6 7 8 9 10 11 12 13 14 15 16 17 18
  "scripts": {
    "start": "./node_modules/.bin/electron ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GitSquared/edex-ui.git"
  },
  "author": "GitSquared",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/GitSquared/edex-ui/issues"
  },
  "homepage": "https://github.com/GitSquared/edex-ui#readme",
G
GitSquared 已提交
19 20
  "dependencies": {},
  "devDependencies": {}
G
GitSquared 已提交
21
}