wallet-core/node_modules/babel-template/package.json

18 lines
504 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "babel-template",
"version": "6.16.0",
2016-10-10 03:43:44 +02:00
"description": "Generate an AST from a string template.",
2016-11-03 01:33:53 +01:00
"author": "Sebastian McKenzie <sebmck@gmail.com>",
2016-10-10 03:43:44 +02:00
"homepage": "https://babeljs.io/",
"license": "MIT",
2016-11-03 01:33:53 +01:00
"repository": "https://github.com/babel/babel/tree/master/packages/babel-template",
2016-10-10 03:43:44 +02:00
"main": "lib/index.js",
2016-11-03 01:33:53 +01:00
"dependencies": {
"babylon": "^6.11.0",
"babel-traverse": "^6.16.0",
"babel-types": "^6.16.0",
"babel-runtime": "^6.9.0",
"lodash": "^4.2.0"
}
2016-10-10 03:43:44 +02:00
}