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.
27 lines
491 B
27 lines
491 B
{
|
|
"name": "unit-test-example",
|
|
"authors": [
|
|
"Matthew Brown <mattbrown33@icloud.com>"
|
|
],
|
|
"description": "",
|
|
"main": "",
|
|
"license": "MIT",
|
|
"homepage": "",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"angular": "^1.8.1",
|
|
"angular-ui-router": "^1.0.8",
|
|
"lodash": "^4.13.1",
|
|
"bootstrap": "^3.3.6",
|
|
"moment": "^2.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"angular-mocks": "^1.8.1"
|
|
}
|
|
}
|