mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
10 lines
270 B
JSON
10 lines
270 B
JSON
{
|
|
"name": "aws-sdk",
|
|
"ignore": [
|
|
"apis", "doc-src", "dist-tools", "eslint-rules", "features", "lib",
|
|
"scripts", "tasks", "test", "Gemfile*", "configuration*",
|
|
"Rakefile", "package.json", "testem.json", ".*", "index.js"
|
|
],
|
|
"main": "dist/aws-sdk.js"
|
|
}
|