-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 906 Bytes
/
package.json
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
{
"name": "polymer-elem-switch",
"version": "0.1.0",
"description": "Experiments on switching Polymer 1.x elements on runtime",
"main": "app.js",
"scripts": {
"start": "node app.js --disable-local-ssl=true",
"start-dev": "node app.js",
"test": "node_modules/web-component-tester/bin/wct",
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nicholaswmin/polymer-elem-switch"
},
"keywords": [
"polymer",
"polymer-1",
"element"
],
"author": "@nicholaswmin",
"license": "MIT",
"bugs": {
"url": "https://github.com/nicholaswmin/polymer-elem-switch/issues"
},
"homepage": "https://github.com/nicholaswmin/polymer-elem-switch#readme",
"dependencies": {
"express": "^4.17.1",
"https": "^1.0.0",
"nomnom": "^1.8.1"
},
"devDependencies": {
"web-component-tester": "^6.9.2"
}
}