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.
21 lines
335 B
21 lines
335 B
{
|
|
"name": "becdetat",
|
|
"authors": [
|
|
"Ganesh <ganesh@learnandshine.in>"
|
|
],
|
|
"description": "",
|
|
"main": "",
|
|
"license": "MIT",
|
|
"homepage": "",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"angular": "1.8.1",
|
|
"angular-mocks": "1.8.1"
|
|
}
|
|
}
|