UNPKG

817 BJSONView Raw
1{
2 "name": "v8flags",
3 "description": "Get available v8 flags.",
4 "version": "1.0.6",
5 "homepage": "https://github.com/tkellen/node-v8flags",
6 "author": {
7 "name": "Tyler Kellen",
8 "url": "http://goingslowly.com/"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/tkellen/node-v8flags.git"
13 },
14 "bugs": {
15 "url": "https://github.com/tkellen/node-v8flags/issues"
16 },
17 "licenses": [
18 {
19 "type": "MIT",
20 "url": "https://github.com/tkellen/node-v8flags/blob/master/LICENSE"
21 }
22 ],
23 "scripts": {
24 "install": "node fetch.js",
25 "test": "mocha -R spec test.js"
26 },
27 "main": "index.js",
28 "engines": {
29 "node": ">= 0.8.0"
30 },
31 "keywords": [
32 "v8 flags",
33 "harmony flags"
34 ],
35 "devDependencies": {
36 "chai": "~1.9.1",
37 "mocha": "~1.21.4"
38 }
39}