forked from sue445/chrome-tanuki-notifier
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 724 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 724 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
{
"name": "chrome-gitlab-notifier",
"scripts": {
"lint": "eslint src/*.js test/*.js",
"lint-fix": "eslint --fix src/*.js test/*.js",
"test": "mocha --require intelli-espower-loader",
"test:coverage": "istanbul cover _mocha -- test"
},
"directories": {
"test": "test/"
},
"repository": "https://github.com/sue445/chrome-gitlab-notifier.git",
"author": "sue445",
"license": "MIT",
"dependencies": {
"mithril": "^1.1.6"
},
"devDependencies": {
"codeclimate-test-reporter": "^0.5.0",
"eslint": "^4.19.1",
"intelli-espower-loader": "^1.0.1",
"istanbul": "^0.4.5",
"mocha": "^5.1.0",
"power-assert": "^1.5.0",
"sinon": "^4.5.0"
},
"version": "2.3.0"
}