16 lines
223 B
JSON
16 lines
223 B
JSON
{
|
|
"name": "client",
|
|
"version": "0.0.0",
|
|
"authors": [
|
|
"Alex Yatskov <alex@foosoft.net>"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|