aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es6-error/bower.json
blob: 9a6f0fa9bdcd5bf6b608cf37654abcafa4166425 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "es6-error",
  "description": "Easily-extendable error for use with ES6 classes",
  "main": "dist/index.js",
  "authors": [
    "Ben Youngblood"
  ],
  "license": "MIT",
  "keywords": [
    "es6",
    "error",
    "babel"
  ],
  "homepage": "https://github.com/bjyoungblood/es6-error",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}