aboutsummaryrefslogtreecommitdiff
path: root/node_modules/v8flags/package.json
blob: 68001b1709814257d442fcc4e907d3bfd3f933a5 (plain)
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
{
  "name": "v8flags",
  "description": "Get available v8 flags.",
  "version": "2.0.11",
  "homepage": "https://github.com/tkellen/node-v8flags",
  "author": {
    "name": "Tyler Kellen",
    "url": "http://goingslowly.com/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/tkellen/node-v8flags.git"
  },
  "bugs": {
    "url": "https://github.com/tkellen/node-v8flags/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/tkellen/node-v8flags/blob/master/LICENSE"
    }
  ],
  "scripts": {
    "test": "_mocha -R spec test.js"
  },
  "main": "index.js",
  "engines": {
    "node": ">= 0.10.0"
  },
  "keywords": [
    "v8 flags",
    "harmony flags"
  ],
  "devDependencies": {
    "async": "^0.9.0",
    "chai": "~1.9.1",
    "mocha": "~1.21.4"
  },
  "dependencies": {
    "user-home": "^1.1.1"
  }
}