aboutsummaryrefslogtreecommitdiff
path: root/catapult/third_party/polymer/components/webcomponentsjs/package.json
blob: 10dc3111fa9ca3c1ccd994dfb1f9a21f41832340 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "name": "webcomponents.js",
  "version": "0.7.24",
  "description": "webcomponents.js",
  "main": "webcomponents.js",
  "directories": {
    "test": "tests"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/webcomponents/webcomponentsjs.git"
  },
  "author": "The Polymer Authors",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/webcomponents/webcomponentsjs/issues"
  },
  "scripts": {
    "test": "wct"
  },
  "homepage": "http://webcomponents.org",
  "devDependencies": {
    "gulp": "^3.8.8",
    "gulp-audit": "^1.0.0",
    "gulp-concat": "^2.4.1",
    "gulp-header": "^1.1.1",
    "gulp-uglify": "^1.0.1",
    "run-sequence": "^1.0.1",
    "web-component-tester": "^4.0.1"
  }
}