18 lines
259 B
JSON
18 lines
259 B
JSON
|
{
|
||
|
"name": "ownCloud",
|
||
|
"version": "8.0 pre alpha",
|
||
|
"homepage": "http://www.owncloud.org",
|
||
|
"license": "AGPL",
|
||
|
"private": true,
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"node_modules",
|
||
|
"bower_components",
|
||
|
"core/vendor",
|
||
|
"test",
|
||
|
"tests"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
}
|
||
|
}
|