UNPKG

1.01 kBJSONView Raw
1{
2 "devDependencies": {
3 "babel-cli": "^6.22.2",
4 "babel-core": "^6.22.1",
5 "babel-preset-env": "^1.2.2",
6 "babel-preset-latest": "^6.24.0",
7 "babel-register": "^6.22.0",
8 "chai": "^3.5.0",
9 "chai-files": "^1.4.0",
10 "mocha": "^3.2.0"
11 },
12 "name": "babel-plugin-debug-macros",
13 "version": "0.1.9",
14 "description": "Debug macros and feature flag stripping",
15 "main": "dist/index.js",
16 "files": [
17 "dist/",
18 "!dist/tests"
19 ],
20 "repository": {
21 "type": "git",
22 "url": "https://github.com/chadhietala/babel-debug-macros"
23 },
24 "scripts": {
25 "build": "babel src --out-dir dist",
26 "prepublish": "babel src --out-dir dist",
27 "test": "babel src --out-dir dist && mocha dist/tests/**-test.js"
28 },
29 "keywords": [
30 "babel",
31 "plugin"
32 ],
33 "contributors": [
34 "Chad Hietala <chadhietala@gmail.com>",
35 "Kris Selden <kris.selden@gmail.com>",
36 "Robert Jackson <rwjblue@gmail.com>"
37 ],
38 "license": "MIT",
39 "dependencies": {
40 "semver": "^5.3.0"
41 }
42}