aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: f9d1e7cbe1284890f31e0d20609893eafc6833d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "themes",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hundredrabbits/Themes.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/hundredrabbits/Themes/issues"
  },
  "homepage": "https://github.com/hundredrabbits/Themes#readme"
}