2016-05-17 19:42:44 +02:00
|
|
|
{
|
|
|
|
"name": "test-snippets",
|
|
|
|
"description": "A test project for doc snippets",
|
|
|
|
"installedVersion": "file:.",
|
|
|
|
"files": [
|
|
|
|
"main.ts"
|
|
|
|
],
|
|
|
|
"public": true,
|
|
|
|
"dependencies": {
|
2016-10-11 01:21:50 +02:00
|
|
|
"core": "file:../core",
|
|
|
|
"radio": "file:../radio"
|
2016-05-17 19:42:44 +02:00
|
|
|
}
|
|
|
|
}
|