forked from Polymer/polymer-bundler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 927 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 927 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "vulcanize",
"version": "1.14.1",
"description": "Process Web Components into one output file",
"main": "lib/vulcan.js",
"bin": {
"vulcanize": "bin/vulcanize"
},
"dependencies": {
"dom5": "^1.1.0",
"es6-promise": "^2.1.0",
"hydrolysis": "^1.19.1",
"nopt": "^3.0.1",
"path-posix": "^1.0.0"
},
"devDependencies": {
"chai": "^3.4.1",
"jshint": "^2.7.0",
"mocha": "^2.2.4"
},
"scripts": {
"test": "jshint --verbose lib bin/vulcanize 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"
},
"optionalDependencies": {
"update-notifier": "^0.6.0"
}
}