forked from webcomponents/webcomponents.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 813 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 813 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
{
"name": "custom-elements-analysis",
"version": "1.0.1",
"private": true,
"dependencies": {
"@google-cloud/debug-agent": "^2.1.1",
"@google-cloud/pubsub": "0.13.0",
"@google-cloud/trace-agent": "^2.1.0",
"body-parser": "1.14.2",
"bower": "1.7.9",
"command-line-args": "3.0.1",
"express": "4.13.4",
"fs-extra": "^5.0.0",
"hydrolysis": "1.25.0",
"lockfile": "1.0.1",
"npm": "^5.0.3",
"polymer-analyzer": "3.0.0-pre.11",
"rimraf": "^2.6.1",
"stream-buffers": "3.0.1"
},
"engines": {
"node": ">=8"
},
"scripts": {
"start": "node src/main.js --responseTopic analysis-responses",
"test": "npm run test-mocha",
"test-mocha": "mocha -R spec ./test/*.js"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.0.2"
}
}