项目原始demo,不改动
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

bower.json 195 B

12345678910111213
  1. {
  2. "name": "escope",
  3. "version": "2.0.2-dev",
  4. "main": "escope.js",
  5. "dependencies": {
  6. "estraverse": ">= 0.0.2"
  7. },
  8. "ignore": [
  9. "**/.*",
  10. "node_modules",
  11. "components"
  12. ]
  13. }