UNPKG

1.51 kBJSONView Raw
1{
2 "name": "remap-istanbul",
3 "version": "0.11.0",
4 "description": "A tool for remapping Istanbul coverage via Source Maps",
5 "homepage": "https://github.com/SitePen/remap-istanbul",
6 "keywords": [
7 "gulpplugin",
8 "gruntplugin",
9 "source-map",
10 "istanbul",
11 "coverage"
12 ],
13 "maintainers": [
14 {
15 "name": "kitsonk",
16 "email": "me@kitsonkelly.com"
17 },
18 {
19 "name": "bryanforbes",
20 "email": "bryan@reigndropsfall.net"
21 }
22 ],
23 "bugs": {
24 "url": "https://github.com/SitePen/remap-istanbul"
25 },
26 "license": "BSD-3-Clause",
27 "main": "./lib/main.js",
28 "bin": "./bin/remap-istanbul.js",
29 "repository": {
30 "type": "git",
31 "url": "https://github.com/SitePen/remap-istanbul.git"
32 },
33 "scripts": {
34 "lint": "eslint ./src/",
35 "test": "tests/run.sh",
36 "build": "rimraf lib && babel src --out-dir ./lib --source-maps",
37 "prepublish": "npm run build"
38 },
39 "dependencies": {
40 "amdefine": "^1.0.0",
41 "istanbul": "0.4.5",
42 "minimatch": "^3.0.3",
43 "plugin-error": "^0.1.2",
44 "source-map": "^0.6.1",
45 "through2": "2.0.1"
46 },
47 "devDependencies": {
48 "babel-cli": "^6.16.0",
49 "babel-core": "^6.17.0",
50 "babel-plugin-transform-es2015-modules-amd": "^6.18.0",
51 "babel-preset-es2015": "^6.16.0",
52 "codecov.io": "0.1.6",
53 "eslint": "^3.7.0",
54 "eslint-config-airbnb-base": "^10.0.1",
55 "eslint-plugin-import": "^2.0.1",
56 "grunt": "^1.0.1",
57 "gulp": "4.0.0",
58 "intern": "^3.3.0",
59 "rimraf": "^2.5.4"
60 }
61}