mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Polymer",
|
||||
"version": "1.1.3",
|
||||
"description": "Authors interested in learning the core concepts in 0.8 may be interested in our [primer](https://github.com/Polymer/polymer/blob/0.8-preview/PRIMER.md).",
|
||||
"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",
|
||||
"main": "polymer.html",
|
||||
"directories": {
|
||||
"doc": "docs",
|
||||
@@ -16,12 +16,13 @@
|
||||
"gulp-vulcanize": "^6.0.1",
|
||||
"lazypipe": "^0.2.3",
|
||||
"polyclean": "^1.2.0",
|
||||
"run-sequence": "^1.1.0"
|
||||
"run-sequence": "^1.1.0",
|
||||
"web-component-tester": "^3.3.21"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "node_modules/gulp/bin/gulp.js",
|
||||
"build": "gulp",
|
||||
"test": "wct",
|
||||
"test-build": "node_modules/gulp/bin/gulp.js switch && wct && node_modules/gulp/bin/gulp.js restore"
|
||||
"test-build": "gulp switch && wct && gulp restore"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user