-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.72 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
50
51
52
53
54
55
56
57
58
{
"name": "abigail-plugin-watch",
"description": "abigail watch plugin",
"version": "0.2.2",
"main": "lib",
"files": [
"lib"
],
"dependencies": {
"bluebird": "^3.3.4",
"chalk": "^2.4.1",
"gaze": "^1.0.0"
},
"scripts": {
"start": "abigail test PKG",
"test": "mocha --compilers js:espower-babel/guess",
"lint": "eslint src test",
"cover": "npm-run-all cover:*",
"cover:test": "nyc --reporter=lcov --reporter=text npm test",
"cover:report": "node -e \"if(process.env.TRAVIS){}else{process.exit(1)}\" && codeclimate-test-reporter < coverage/lcov.info || echo skip coverage report",
"build": "npm-run-all build:*",
"build:compile": "babel -V && babel src --out-dir lib"
},
"devDependencies": {
"abigail": "^1.9.5",
"abigail-plugin": "^0.1.1",
"babel-cli": "^6.6.5",
"babel-eslint": "^8.2.6",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-1": "^6.5.0",
"carrack": "^0.5.0",
"codeclimate-test-reporter": "^0.5.0",
"eslint": "^5.2.0",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.13.0",
"espower-babel": "^4.0.1",
"mocha": "^5.2.0",
"npm-run-all": "^4.1.3",
"nyc": "^12.0.2",
"power-assert": "^1.3.1",
"sinon": "^6.1.4",
"strip-ansi": "^4.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/abigailjs/abigail-plugin-watch.git"
},
"keywords": [
"abigail-plugin"
],
"author": "59naga <[email protected]> (http://berabou.me/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/abigailjs/abigail-plugin-watch/issues"
},
"homepage": "https://github.com/abigailjs/abigail-plugin-watch#readme"
}