UNPKG

589 BJSONView Raw
1{
2 "name": "babel-plugin-yo-yoify",
3 "version": "0.2.0",
4 "description": "Babel plugin to transform yo-yo or bel template strings into pure and fast document calls.",
5 "main": "index.js",
6 "scripts": {
7 "test": "ava"
8 },
9 "keywords": [
10 "yo-yo",
11 "bel",
12 "yo-yoify",
13 "babel",
14 "babel-plugin"
15 ],
16 "author": "Renée Kooi <renee@kooi.me>",
17 "license": "ISC",
18 "dependencies": {
19 "camel-case": "^3.0.0",
20 "hyperx": "^2.0.5",
21 "yo-yoify": "^3.5.0"
22 },
23 "devDependencies": {
24 "ava": "^0.18.0",
25 "babel-core": "^6.22.1",
26 "pify": "^2.3.0"
27 }
28}