blob: b59dbe9b3be4d107befbe62aaa1077f8fe2b88dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"name": "openo-winery",
"version": "1.0.0",
"description": "openo winery",
"dependencies": {
},
"devDependencies": {
"bower": "~1.7.9"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://oip.zte.com.cn/oipgit/git/Open-O-Community/common-services-common-utilities.git"
},
"keywords": [
"openo-winery"
],
"author": "openo",
"license": "Apache-2.0"
}
|