aboutsummaryrefslogtreecommitdiff
path: root/node_modules/invariant/package.json
blob: e4b96722226c94e379877b99ab2dea09294c22f5 (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
{
  "name": "invariant",
  "version": "2.2.2",
  "description": "invariant",
  "keywords": [
    "test",
    "invariant"
  ],
  "license": "BSD-3-Clause",
  "author": "Andres Suarez <zertosh@gmail.com>",
  "files": [
    "browser.js",
    "invariant.js",
    "invariant.js.flow"
  ],
  "repository": "https://github.com/zertosh/invariant",
  "scripts": {
    "test": "NODE_ENV=production tap test/*.js && NODE_ENV=development tap test/*.js"
  },
  "dependencies": {
    "loose-envify": "^1.0.0"
  },
  "devDependencies": {
    "browserify": "^11.0.1",
    "flow-bin": "^0.35.0",
    "tap": "^1.4.0"
  },
  "main": "invariant.js",
  "browser": "browser.js",
  "browserify": {
    "transform": [
      "loose-envify"
    ]
  }
}