UNPKG

685 BJSONView Raw
1{
2 "name": "babylon-walk",
3 "version": "1.0.2",
4 "description": "Lightweight Babylon AST traversal",
5 "main": "lib/index.js",
6 "jsnext:main": "src/index.js",
7 "files": [
8 "lib",
9 "src"
10 ],
11 "scripts": {
12 "prepublish": "babel -d lib src"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/pugjs/babylon-walk.git"
17 },
18 "author": "Timothy Gu <timothygu99@gmail.com>",
19 "license": "MIT",
20 "dependencies": {
21 "babel-runtime": "^6.11.6",
22 "babel-types": "^6.15.0",
23 "lodash.clone": "^4.5.0"
24 },
25 "devDependencies": {
26 "babel-cli": "^6.14.0",
27 "babel-plugin-transform-runtime": "^6.15.0",
28 "babel-preset-es2015": "^6.14.0"
29 }
30}