aboutsummaryrefslogtreecommitdiff
path: root/ionic.starter.json
blob: a6464a291034a9a194a1cd375056358ec047c157 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "Tabs Starter",
  "baseref": "master",
  "tarignore": [
    ".sourcemaps",
    "node_modules",
    "package-lock.json",
    "www"
  ],
  "scripts": {
    "test": "npm run build"
  }
}