2016-02-16 11:43:39 -08:00
{
2016-09-08 10:58:06 -07:00
"name" : "@polymer/polymer" ,
2020-04-29 16:24:12 -07:00
"version" : "3.4.1" ,
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-04-13 16:58:10 -07:00
"main" : "polymer-element.js" ,
2019-10-04 23:12:26 +01:00
"module" : "polymer-element.js" ,
2016-02-16 11:43:39 -08:00
"directories" : {
"doc" : "docs" ,
"test" : "test"
} ,
"devDependencies" : {
2018-09-18 21:05:19 +01:00
"@polymer/gen-closure-declarations" : "^0.5.0" ,
2018-05-08 18:05:46 -07:00
"@polymer/iron-component-page" : "^3.0.0-pre.12" ,
"@polymer/test-fixture" : "^3.0.0-pre.12" ,
2019-04-19 15:51:01 -07:00
"@webcomponents/webcomponentsjs" : "^2.2.10" ,
2018-04-30 15:48:15 -07:00
"babel-eslint" : "^7.2.3" ,
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-07-18 11:30:01 -07:00
"dom5" : "^3.0.1" ,
2018-10-25 17:26:41 -07:00
"eslint-plugin-html" : "^4.0.6" ,
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" ,
2019-05-21 17:32:13 -07:00
"gulp" : "^4.0.2" ,
2016-09-30 17:04:22 -07:00
"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" ,
2019-01-09 15:16:22 -08:00
"lazypipe" : "^1.0.2" ,
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" ,
2019-05-21 17:32:13 -07:00
"polymer-build" : "^3.1.4" ,
"polymer-cli" : "^1.9.9" ,
2017-01-09 15:46:15 -08:00
"through2" : "^2.0.0" ,
2018-07-26 18:16:48 -07:00
"typescript" : "^2.9.2" ,
2018-10-25 17:26:41 -07:00
"wct-browser-legacy" : "^1.0.2"
2016-02-16 11:43:39 -08:00
} ,
"scripts" : {
"build" : "gulp" ,
2018-05-04 14:29:33 -07:00
"test" : "npm run lint && polymer test --npm --module-resolution=node" ,
2018-05-06 15:17:30 +02:00
"serve" : "polymer serve --npm --module-resolution=node" ,
2017-10-18 11:57:05 -07:00
"lint" : "gulp lint" ,
2020-04-29 14:07:21 -07:00
"generate-types" : "gulp generate-externs" ,
2018-07-18 12:06:56 -07:00
"regen-package-lock" : "rm -rf node_modules package-lock.json; npm install" ,
2018-09-07 14:57:07 -07:00
"prepare" : "npm run generate-types"
2016-02-16 11:43:39 -08:00
} ,
"repository" : {
"type" : "git" ,
"url" : "https://github.com/Polymer/polymer.git"
} ,
"author" : "The Polymer Project Authors" ,
"license" : "BSD-3-Clause" ,
"bugs" : {
"url" : "https://github.com/Polymer/polymer/issues"
} ,
2017-05-11 14:02:57 -07:00
"homepage" : "https://github.com/Polymer/polymer" ,
2017-05-11 16:54:49 -07:00
"publishConfig" : {
"access" : "public"
2018-04-13 16:58:10 -07:00
} ,
"resolutions" : {
"inherits" : "2.0.3" ,
"samsam" : "1.1.3" ,
"supports-color" : "3.1.2" ,
"type-detect" : "1.0.0"
} ,
"dependencies" : {
2019-04-09 14:36:38 -07:00
"@webcomponents/shadycss" : "^1.9.1"
2018-05-30 05:40:49 -04:00
} ,
"files" : [
"externs" ,
"lib" ,
2018-07-30 13:17:19 -07:00
"*.d.ts" ,
2018-05-30 05:40:49 -04:00
"index.html" ,
"polymer-*.js" ,
"manifest.json"
]
2016-02-16 11:43:39 -08:00
}