-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
39 lines (39 loc) · 919 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
{
"name": "bin-v8-flags-filter",
"version": "1.2.0",
"description": "Filters out v8 flags for your Node.js CLIs.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "eslint index.js test/test.js && mocha test/test.js",
"publish-please": "publish-please",
"prepublish": "publish-please guard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inikulin/bin-v8-flags-filter.git"
},
"keywords": [
"v8",
"flags",
"bin",
"filter",
"remove",
"v8flags",
"v8-flags",
"cli"
],
"author": "Ivan Nikulin (ifaaan@gmail.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/inikulin/bin-v8-flags-filter/issues"
},
"homepage": "https://github.com/inikulin/bin-v8-flags-filter#readme",
"devDependencies": {
"eslint": "^2.9.0",
"mocha": "^3.2.0",
"publish-please": "^2.2.0"
}
}