-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 907 Bytes
/
package.json
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
{
"name": "webpack-apidoc",
"version": "0.1.1",
"description": "apidoc webpack plugin",
"main": "./dist/index.js",
"scripts": {
"prepublishOnly": "npm run build",
"build": "babel ./src --out-dir ./dist",
"test": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/c0b41/webpack-apidoc.git"
},
"keywords": [
"apidoc",
"webpack",
"plugin"
],
"engines": {
"node": ">=6"
},
"author": "c0b41",
"license": "MIT",
"bugs": {
"url": "https://github.com/c0b41/webpack-apidoc/issues"
},
"homepage": "https://github.com/c0b41/webpack-apidoc#readme",
"dependencies": {
"debug": "^3.1.0",
"ansi-colors": "^1.1.0",
"apidoc": "*"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.6.1",
"babel-plugin-transform-runtime": "^6.23.0"
}
}