package.json 405 Bytes
Newer Older
Alexander Bazo committed
1 2
{
  "name": "stargazer",
Alexander Bazo committed
3
  "version": "0.1.0",
Alexander Bazo committed
4 5 6 7
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
Alexander Bazo committed
8 9
    "postinstall": "node build.js",
    "start": "http-server ./build -o"
Alexander Bazo committed
10 11 12 13
  },
  "author": "Alexander Bazo <alexanderbazo@googlemail.com>",
  "license": "MIT",
  "dependencies": {
Alexander Bazo committed
14
    "fs-extra": "^8.1.0",
Alexander Bazo committed
15 16 17
    "http-server": "^0.11.1"
  }
}