UNPKG

868 BJSONView Raw
1{
2 "name": "vulcanize",
3 "version": "1.16.0",
4 "description": "Process Web Components into one output file",
5 "main": "lib/vulcan.js",
6 "bin": {
7 "vulcanize": "bin/vulcanize"
8 },
9 "dependencies": {
10 "dom5": "^1.3.1",
11 "es6-promise": "^2.1.0",
12 "hydrolysis": "^1.19.1",
13 "nopt": "^3.0.1",
14 "path-posix": "^1.0.0"
15 },
16 "devDependencies": {
17 "chai": "^3.4.1",
18 "eslint": "^2.8.0",
19 "firebase": "^2.4.1",
20 "mocha": "^2.2.4"
21 },
22 "scripts": {
23 "test": "eslint lib bin test && mocha"
24 },
25 "author": "The Polymer Project Authors",
26 "license": "BSD-3-Clause",
27 "directories": {
28 "test": "test"
29 },
30 "keywords": [
31 "web components",
32 "polymer"
33 ],
34 "repository": {
35 "type": "git",
36 "url": "git://github.com/Polymer/vulcanize.git"
37 },
38 "bugs": {
39 "url": "https://github.com/Polymer/vulcanize/issues"
40 }
41}