forked from refined-bitbucket/refined-bitbucket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 929 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
36
37
38
39
40
41
{
"name": "refined-bitbucket",
"description": "",
"main": "index.js",
"scripts": {
"test": "xo src/*.js src/**/*.js && browserify test/*.spec.js | tape-run",
"build": "browserify src/*.js src/**/*.js -o extension/extension.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andremw/refined-bitbucket.git"
},
"keywords": [
"bitbucket",
"highlight",
"syntax-highlight",
"prism"
],
"author": "andremw",
"license": "MIT",
"bugs": {
"url": "https://github.com/andremw/refined-bitbucket/issues"
},
"homepage": "https://github.com/andremw/refined-bitbucket#readme",
"devDependencies": {
"browserify": "^13.0.1",
"tape": "^4.5.1",
"tape-run": "^2.1.4",
"xo": "^0.16.0"
},
"xo": {
"semicolon": true,
"esnext": true,
"space": 4,
"globals": [
"document",
"MutationObserver"
]
},
"dependencies": {}
}