2016-02-16 11:43:39 -08:00
{
"description" : "The Polymer library makes it easy to create your own web components. Give your element some markup and properties, and then use it on a site. Polymer provides features like dynamic templates and data binding to reduce the amount of boilerplate you need to write" ,
2018-03-22 11:38:21 -05:00
"repository" : {
"type" : "git" ,
"url" : "https://github.com/Polymer/polymer.git"
},
"homepage" : "https://github.com/Polymer/polymer" ,
"name" : "@polymer/polymer" ,
"version" : "3.0.0-pre.12" ,
"main" : "polymer.js" ,
2016-02-16 11:43:39 -08:00
"directories" : {
"doc" : "docs" ,
"test" : "test"
},
"devDependencies" : {
2017-10-09 12:42:16 -07:00
"@polymer/gen-closure-declarations" : "^0.4.0" ,
2018-02-15 15:58:08 -08:00
"@polymer/gen-typescript-declarations" : "^1.2.0" ,
2017-12-04 11:15:46 -08:00
"@webcomponents/shadycss" : "^1.1.0" ,
2018-01-31 11:55:11 -08:00
"@webcomponents/webcomponentsjs" : "^1.1.0" ,
2017-10-09 12:42:16 -07:00
"babel-preset-minify" : "^0.2.0" ,
2017-06-29 16:47:17 -07:00
"del" : "^3.0.0" ,
2018-02-25 17:10:11 +01:00
"dom5" : "^3.0.0" ,
2017-12-04 11:15:46 -08:00
"eslint-plugin-html" : "^4.0.1" ,
2018-02-25 17:21:10 +01:00
"fs-extra" : "^5.0.0" ,
2018-02-25 16:49:53 +01:00
"google-closure-compiler" : "^20180204.0.0" ,
2016-09-30 17:04:22 -07:00
"gulp" : "^3.9.1" ,
"gulp-babel" : "^6.1.2" ,
2017-12-04 11:15:46 -08:00
"gulp-eslint" : "^4.0.0" ,
2016-09-30 17:04:22 -07:00
"gulp-if" : "^2.0.1" ,
2017-10-18 11:57:05 -07:00
"gulp-replace" : "^0.6.1" ,
2018-02-25 17:21:10 +01:00
"gulp-size" : "^3.0.0" ,
"gulp-vulcanize" : "^7.0.0" ,
2016-09-08 10:58:06 -07:00
"lazypipe" : "^1.0.1" ,
2017-01-18 14:24:27 -08:00
"merge-stream" : "^1.0.1" ,
2018-02-25 17:10:11 +01:00
"parse5" : "^4.0.0" ,
2017-12-04 11:15:46 -08:00
"polymer-build" : "^2.1.1" ,
2017-10-09 12:42:16 -07:00
"run-sequence" : "^2.2.0" ,
2017-01-09 15:46:15 -08:00
"through2" : "^2.0.0" ,
2018-03-22 11:38:21 -05:00
"web-component-tester" : "^6.5.0" ,
"wct-browser-legacy" : "0.0.1-pre.11" ,
"@polymer/test-fixture" : "3.0.0-pre.12" ,
"@polymer/iron-component-page" : "3.0.0-pre.12"
2016-02-16 11:43:39 -08:00
},
"scripts" : {
"build" : "gulp" ,
2017-08-11 12:05:55 -07:00
"test" : "npm run lint && wct" ,
2017-10-18 11:57:05 -07:00
"lint" : "gulp lint" ,
2018-01-09 14:17:46 -08:00
"version" : "gulp update-version && git add lib/utils/boot.html" ,
"update-types" : "gulp update-types"
2016-02-16 11:43:39 -08:00
},
"author" : "The Polymer Project Authors" ,
"license" : "BSD-3-Clause" ,
"bugs" : {
"url" : "https://github.com/Polymer/polymer/issues"
},
2017-05-11 16:54:49 -07:00
"publishConfig" : {
"access" : "public"
2018-03-22 11:38:21 -05:00
},
"resolutions" : {
"inherits" : "2.0.3" ,
"samsam" : "1.1.3" ,
"supports-color" : "3.1.2" ,
"type-detect" : "1.0.0"
},
"dependencies" : {
"@webcomponents/shadycss" : "^1.0.0" ,
"@webcomponents/webcomponentsjs" : "^1.0.0"
2017-05-11 16:54:49 -07:00
}
2016-02-16 11:43:39 -08:00
}