You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
5 years ago
|
{
|
||
|
"name": "acorn-es7-plugin-test",
|
||
|
"version": "0.0.5",
|
||
|
"description": "Tests for acorn-es7-plugin",
|
||
|
"main": "nothing-here",
|
||
|
"scripts": {
|
||
|
"test": "npm i acorn@3 ; mocha --opts ./mocha.opts ; node test-es5.js ; npm i acorn@4 ; mocha --opts ./mocha.opts ; node test-es5.js ; npm i acorn@5 ; mocha --opts ./mocha.opts ; node test-es5.js"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/MatAtBread/acorn-es7-plugin.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"acorn",
|
||
|
"parser",
|
||
|
"es7",
|
||
|
"async",
|
||
|
"await"
|
||
|
],
|
||
|
"author": "matatbread",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/MatAtBread/acorn-es7-plugin/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/MatAtBread/acorn-es7-plugin#readme",
|
||
|
"devDependencies": {
|
||
|
"babel-core": "^6.0.20",
|
||
|
"babel-preset-es2015": "^6.0.15",
|
||
|
"estraverse": "^4.1.1",
|
||
|
"mocha": "^2.3.3",
|
||
|
"colors": "^1.1.2",
|
||
|
"xtend": "^4.0.1"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"babel-core": "^6.14.0",
|
||
|
"babel-preset-es2015": "^6.14.0",
|
||
|
"colors": "^1.1.2",
|
||
|
"estraverse": "^4.2.0",
|
||
|
"mocha": "^2.5.3",
|
||
|
"xtend": "^4.0.1"
|
||
|
}
|
||
|
}
|