UNPKG

1.38 kBJSONView Raw
1{
2 "name": "coffee-register",
3 "version": "0.1.1",
4 "description": "require CoffeeScript files on-the-fly without precompilation up to 2000% faster than the official package",
5 "main": "lib/index.js",
6 "mocha_opts": "-u tdd --slow 1000 --timeout 5000",
7 "scripts": {
8 "prepublishOnly": "npm run test",
9 "coverage": "npm run coverage:run && npm run coverage:badge",
10 "coverage:run": "forCoverage=true istanbul cover --dir coverage node_modules/mocha/bin/_mocha -- $npm_package_mocha_opts",
11 "coverage:badge": "badge-gen -d ./.config/badges/coverage",
12 "benchmark": "npm run bench",
13 "bench": "cake build && node benchmarks/runner.js",
14 "test": "cake build:test && mocha $npm_package_mocha_opts"
15 },
16 "author": "danielkalen",
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/danielkalen/coffee-register"
20 },
21 "license": "ISC",
22 "devDependencies": {
23 "badge-gen": "^1.0.2",
24 "beautify-benchmark": "^0.2.4",
25 "benchmark": "^2.1.4",
26 "bluebird": "^3.5.0",
27 "chai": "^3.5.0",
28 "chalk": "^1.1.3",
29 "extend": "^3.0.1",
30 "matcha": "^0.7.0",
31 "mocha": "^3.3.0",
32 "promise-break": "^0.1.0",
33 "simplyimport": "^3.5.8",
34 "simplywatch": "^2.5.4"
35 },
36 "dependencies": {
37 "@danielkalen/source-map-support": "^0.4.16",
38 "coffee-script": "^1.12.5",
39 "fs-jetpack": "^0.13.3",
40 "md5": "^2.2.1"
41 }
42}