-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bower.json for polymer-resin and script to run tests
This requires a bunch of test fixup so that tests run via the open-source web-component-tester without all of the directory reworking and JS dependency glomming that the internal BUILD web_component_test_suite rules do. I also replace goog.module with goog.require because goog.module for test suites requires a closure pass while goog.provide does not. Polygerrit prefers bower to NPM for package management so I will publish that way via https://bower.io/docs/creating-packages/#register The bower.json file was based on polymer/bower.json but without the deprecated version line which is redundant with the version tag name. All the non-test dependencies are identical to that. The polymer dependency version is the same as that used by polygerrit-ui. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=154895606
- Loading branch information
1 parent
86740c0
commit d0f6e52
Showing
22 changed files
with
257 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"name": "polymer-resin", | ||
"keywords": [ | ||
"polymer", | ||
"webcomponents", | ||
"security", | ||
"xss" | ||
], | ||
"description": | ||
"XSS mitigation for Polymer webcomponents that uses safe html type contracts", | ||
|
||
"homepage": "https://github.com/Polymer/polymer-resin", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Polymer/polymer-resin.git" | ||
}, | ||
|
||
"authors": [ | ||
"The Polymer Authors (http://polymer.github.io/AUTHORS.txt)" | ||
], | ||
"license": "http://polymer.github.io/LICENSE.txt", | ||
|
||
"moduleType": "globals", | ||
"main": [ | ||
"dist/npm_standalone.js" | ||
], | ||
"ignore": [ | ||
"**/.*", | ||
"**/*~", | ||
"**/*.md", | ||
"*-test.js", | ||
"*-test.html", | ||
"node_modules", | ||
"bower_components" | ||
], | ||
|
||
"dependencies": { | ||
"polymer": "1.7.1", | ||
"webcomponentsjs": "^0.7.24" | ||
}, | ||
"devDependencies": { | ||
"web-component-tester": "*", | ||
"test-fixture": "PolymerElements/test-fixture#^1.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.