mirror of https://github.com/k3s-io/k3s
24 lines
466 B
JSON
24 lines
466 B
JSON
{
|
|
"name": "angular-jasmine-matchers",
|
|
"version": "0.0.7",
|
|
"main": "./dist/matchers.js",
|
|
"dependencies": {
|
|
"angular": ">= 1.1.2"
|
|
},
|
|
"ignore": [
|
|
"**/.*",
|
|
"_*",
|
|
"node_modules",
|
|
"config",
|
|
"lib",
|
|
"test",
|
|
"DEVELOP.md",
|
|
"CHANGELOG.md",
|
|
"LICENSE",
|
|
"Gruntfile.js",
|
|
"browserstack.json",
|
|
"composer.json",
|
|
"package.json",
|
|
".*"
|
|
]
|
|
} |