-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 929 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
{
"name": "proposal-pluggable-types",
"scripts": {
"test": "mocha -w",
"debug": "google-chrome http://127.0.0.1:8080/debug?port=5858 2> /dev/null & mocha --inspect --inspect-brk"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samuelgoto/proposal-pluggable-types.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/samuelgoto/proposal-pluggable-types/issues"
},
"dependencies": {
"acorn": "^5.1.1",
"acorn-es7": "git+https://github.com/angelozerr/acorn-es7.git",
"acorn-es7-plugin": "^1.1.7",
"astring": "^1.0.3",
"commander": "^2.11.0",
"escodegen": "^1.11.0",
"falafel": "^2.1.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-transform-decorators": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"chai": "^4.1.0",
"mocha": "^3.5.0"
}
}