blob: ff519e31e8946f29bf31e481e93bcb6bab1662bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"name": "notes_app",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.6.1",
"angular-route": "^1.6.1"
}
}
|