mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"name": "Polymer",
|
|
"version": "1.1.0",
|
|
"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).",
|
|
"main": "polymer.html",
|
|
"directories": {
|
|
"doc": "docs",
|
|
"test": "test"
|
|
},
|
|
"devDependencies": {
|
|
"del": "^1.1.1",
|
|
"gulp": "^3.8.11",
|
|
"gulp-audit": "^1.0.0",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-replace": "^0.5.3",
|
|
"gulp-vulcanize": "^6.0.1",
|
|
"lazypipe": "^0.2.3",
|
|
"polyclean": "^1.2.0",
|
|
"run-sequence": "^1.1.0"
|
|
},
|
|
"scripts": {
|
|
"build": "node_modules/gulp/bin/gulp.js",
|
|
"test": "wct",
|
|
"test-build": "node_modules/gulp/bin/gulp.js switch && wct && node_modules/gulp/bin/gulp.js restore"
|
|
},
|
|
"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"
|
|
},
|
|
"homepage": "https://github.com/Polymer/polymer"
|
|
}
|