aboutsummaryrefslogtreecommitdiff
path: root/node_modules/tapable/package.json
blob: fe0710a89b71ad985f031061421fefadbea5b798 (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
{
  "name": "tapable",
  "version": "0.2.8",
  "author": "Tobias Koppers @sokra",
  "description": "Just a little module for plugins.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "http://github.com/webpack/tapable.git"
  },
  "devDependencies": {
    "mocha": "^2.2.4",
    "should": "^5.2.0"
  },
  "engines": {
    "node": ">=0.6"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/webpack/tapable",
  "main": "lib/Tapable.js",
  "scripts": {
    "test": "mocha --reporter spec"
  }
}