-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
49 lines (49 loc) · 1.22 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "webtorrent-element",
"version": "0.0.0-development",
"description": "WebTorrent HTML element.",
"main": "index.js",
"scripts": {
"commit": "git-cz",
"test": "standard",
"start": "budo dist.js:bundle.js",
"precommit": "npm test",
"prepush": "npm test",
"prepublishOnly": "distjs",
"commitmsg": "validate-commit-msg",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"standard": {
"ignore": [
"dist"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"keywords": [],
"author": "Mikeal Rogers <[email protected]> (http://www.mikealrogers.com)",
"license": "Apache-2.0",
"dependencies": {
"distjs": "^1.0.0",
"magnet-uri": "^5.1.7",
"webtorrent": "^0.98.19",
"zcomponent": "^1.0.4"
},
"devDependencies": {
"babel-minify": "^0.2.0",
"browserify": "^14.4.0",
"budo": "^10.0.4",
"cz-conventional-changelog": "^2.0.0",
"husky": "^0.14.3",
"load-js": "^2.0.0",
"standard": "^10.0.3",
"semantic-release": "^8.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/mikeal/webtorrent-component.git"
}
}