UNPKG

683 BJSONView Raw
1{
2 "name": "esdoc-accessor-plugin",
3 "version": "1.0.0",
4 "description": "A accessor plugin for ESDoc",
5 "author": "h13i32maru",
6 "homepage": "https://github.com/esdoc/esdoc-plugins",
7 "license": "MIT",
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/esdoc/esdoc-plugins"
11 },
12 "devDependencies": {
13 "esdoc": "latest",
14 "mocha": "2.5.3"
15 },
16 "engines": {
17 "node": ">= 6.0.0"
18 },
19 "scripts": {
20 "test": "rm -rf ./test/out && mocha --require ./test/init.js $(find test/ -regex '.*.test.js$') -R spec"
21 },
22 "keywords": [
23 "esdoc",
24 "accessor",
25 "plugin"
26 ],
27 "files": [
28 "src",
29 "README.md"
30 ],
31 "main": "src/Plugin.js"
32}