UNPKG

react-saasify-chrisvxd

Version:

React components for Saasify web clients.

31 lines (30 loc) 685 B
{ "name": "babylon-walk", "version": "1.0.2", "description": "Lightweight Babylon AST traversal", "main": "lib/index.js", "jsnext:main": "src/index.js", "files": [ "lib", "src" ], "scripts": { "prepublish": "babel -d lib src" }, "repository": { "type": "git", "url": "https://github.com/pugjs/babylon-walk.git" }, "author": "Timothy Gu <timothygu99@gmail.com>", "license": "MIT", "dependencies": { "babel-runtime": "^6.11.6", "babel-types": "^6.15.0", "lodash.clone": "^4.5.0" }, "devDependencies": { "babel-cli": "^6.14.0", "babel-plugin-transform-runtime": "^6.15.0", "babel-preset-es2015": "^6.14.0" } }