aboutsummaryrefslogtreecommitdiff
path: root/node_modules/babel-plugin-espower/package.json
blob: e264321b8851d99c49be283e0d86a2864985266c (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
  "name": "babel-plugin-espower",
  "description": "Babel plugin for power-assert",
  "version": "2.3.2",
  "author": {
    "name": "Takuto Wada",
    "email": "takuto.wada@gmail.com",
    "url": "https://github.com/twada"
  },
  "bugs": "https://github.com/power-assert-js/babel-plugin-espower/issues",
  "contributors": [
    {
      "name": "James Talmage",
      "url": "https://github.com/jamestalmage"
    }
  ],
  "dependencies": {
    "babel-generator": "^6.1.0",
    "babylon": "^6.1.0",
    "call-matcher": "^1.0.0",
    "core-js": "^2.0.0",
    "espower-location-detector": "^1.0.0",
    "espurify": "^1.6.0",
    "estraverse": "^4.1.1"
  },
  "devDependencies": {
    "babel-core": "^6.1.0",
    "babel-preset-es2015": "^6.1.2",
    "babel-preset-react": "^6.1.2",
    "babel-preset-stage-2": "^6.1.2",
    "mocha": "^3.0.0"
  },
  "directories": {
    "lib": "./lib",
    "test": "./test"
  },
  "files": [
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    "index.js",
    "create.js",
    "lib",
    "package.json"
  ],
  "homepage": "https://github.com/power-assert-js/babel-plugin-espower",
  "keywords": [
    "assert",
    "assertion",
    "babel",
    "babel-plugin",
    "power-assert",
    "test",
    "testing",
    "transform"
  ],
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/power-assert-js/babel-plugin-espower.git"
  },
  "scripts": {
    "test": "mocha --timeout 0"
  }
}