UNPKG

685 BJSONView Raw
1{
2 "name": "fast-async-test",
3 "version": "6.1.2",
4 "dependencies": {
5 "babel-cli": "^6.18.0",
6 "babel-core": "^6.10.4",
7 "babel-plugin-syntax-async-functions": "^6.8.0",
8 "colors": "^1.1.2"
9 },
10 "description": "fast-async/await transformer Babel plugin - test module",
11 "main": "test.js",
12 "scripts": {
13 "test": "node_modules/babel-cli/bin/babel.js test-input.js && node --expose-gc ."
14 },
15 "author": "Mat At Bread <nodent@mailed.me.uk>",
16 "license": "BSD-2-Clause",
17 "bugs": {
18 "url": "https://github.com/MatAtBread/fast-async/issues"
19 },
20 "babel": {
21 "plugins": [
22 [
23 "..",
24 {
25 "spec":true
26 }
27 ]
28 ]
29 }
30}