73bcce88
luigser
COMPONENTS
|
1
2
|
{
"name": "webcomponents.js",
|
c5169e0e
Renato De Donato
a new hope
|
3
|
"version": "0.7.15",
|
73bcce88
luigser
COMPONENTS
|
4
5
6
7
8
9
10
11
12
13
|
"description": "webcomponents.js",
"main": "webcomponents.js",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "https://github.com/webcomponents/webcomponentsjs.git"
},
"author": "The Polymer Authors",
|
c5169e0e
Renato De Donato
a new hope
|
14
15
16
17
|
"license": {
"type": "BSD-3-Clause",
"url": "http://polymer.github.io/LICENSE.txt"
},
|
73bcce88
luigser
COMPONENTS
|
18
19
20
|
"bugs": {
"url": "https://github.com/webcomponents/webcomponentsjs/issues"
},
|
73bcce88
luigser
COMPONENTS
|
21
22
23
24
25
26
27
28
|
"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",
|
c5169e0e
Renato De Donato
a new hope
|
29
|
"web-component-tester": "*"
|
73bcce88
luigser
COMPONENTS
|
30
31
|
}
}
|