vulcanize
Version:
Process Web Components into one output file
42 lines (41 loc) • 868 B
JSON
{
"name": "vulcanize",
"version": "1.16.0",
"description": "Process Web Components into one output file",
"main": "lib/vulcan.js",
"bin": {
"vulcanize": "bin/vulcanize"
},
"dependencies": {
"dom5": "^1.3.1",
"es6-promise": "^2.1.0",
"hydrolysis": "^1.19.1",
"nopt": "^3.0.1",
"path-posix": "^1.0.0"
},
"devDependencies": {
"chai": "^3.4.1",
"eslint": "^2.8.0",
"firebase": "^2.4.1",
"mocha": "^2.2.4"
},
"scripts": {
"test": "eslint lib bin test && mocha"
},
"author": "The Polymer Project Authors",
"license": "BSD-3-Clause",
"directories": {
"test": "test"
},
"keywords": [
"web components",
"polymer"
],
"repository": {
"type": "git",
"url": "git://github.com/Polymer/vulcanize.git"
},
"bugs": {
"url": "https://github.com/Polymer/vulcanize/issues"
}
}