escargot/package.json
Eunji Jeong 3cac1b803b Add ecma_6 into spidermonkey vendortest
* Copy more files from es1 to run spidermonkey tests
* Add tools to run ECMA5-incompatible tests
  - [babel](https://babeljs.io/)
  - [es6-shim](https://github.com/paulmillr/es6-shim)
  - [es6-symbol](https://www.npmjs.com/package/es6-symbol)
* Add src/shell/GlobalObjectBuiltinTestFunctions.cpp to add test-only functions
* 'of' should be able to be used as identifier
* Set rpath of x86 binary relative to binary path
* Remove config.h.in~ file from repository
* Fix broken build by removing third_party/libunwind
2017-01-25 13:08:19 +09:00

13 lines
487 B
JSON

{
"name": "vendortest",
"dependencies": {
"babel-cli": "latest",
"babel-plugin-transform-es2015-block-scoping": "latest",
"babel-plugin-transform-es2015-constants": "latest",
"babel-plugin-transform-es2015-arrow-functions": "latest",
"babel-plugin-transform-es2015-destructuring": "latest",
"babel-plugin-transform-es2015-template-literals": "latest",
"babel-plugin-transform-es2015-classes": "latest",
"babel-plugin-transform-es2015-shorthand-properties": "latest"
}
}