aboutsummaryrefslogtreecommitdiff
path: root/node_modules/require-precompiled/package.json
blob: 501dd53996599b124d9b95ef28050b66f9f6b939 (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
{
  "name": "require-precompiled",
  "version": "0.1.0",
  "description": "Require extension that allows for caching/precompiling",
  "license": "MIT",
  "repository": "jamestalmage/require-precompiled",
  "author": {
    "name": "James Talmage",
    "email": "james@talmage.io",
    "url": "github.com/jamestalmage"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "xo && nyc --reporter=lcov --reporter=text ava"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "require",
    "extension",
    "cache",
    "precompile"
  ],
  "dependencies": {},
  "devDependencies": {
    "ava": "^0.8.0",
    "coveralls": "^2.11.6",
    "fake-module-system": "^0.3.0",
    "nyc": "^5.0.0",
    "xo": "^0.12.0"
  },
  "xo": {
    "ignores": [
      "test.js"
    ]
  }
}