-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
44 lines (44 loc) · 1003 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
41
42
43
44
{
"name": "esdoc-es7-plugin",
"version": "0.0.3",
"description": "ES7 Plugin For ESDoc",
"author": "h13i32maru",
"homepage": "https://github.com/esdoc/esdoc-es7-plugin",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/esdoc/esdoc-es7-plugin"
},
"scripts": {
"build": "node ./script/build.js",
"test": "node ./script/test.js",
"test-es5": "node ./script/test-es5.js",
"esdoc": "./node_modules/.bin/esdoc -c esdoc.json"
},
"dependencies": {
"babylon": "5.8.20",
"core-js": "1.0.1",
"estraverse": "4.1.0"
},
"devDependencies": {
"babel": "5.8.20",
"coveralls": "2.11.2",
"esdoc": "0.2.0",
"esdoc-importpath-plugin": "0.0.1",
"espower-babel": "3.2.0",
"fs-extra": "0.22.1",
"istanbul": "0.3.16",
"mocha": "2.2.5",
"power-assert": "0.11.0"
},
"keywords": [
"esdoc",
"es7",
"es6+"
],
"files": [
"out/src",
"README.md"
],
"main": "out/src/Plugin.js"
}