
This commit updates references to the repo after it was moved from stackforge to openstack namespace. Change-Id: Id1c762d7e17450787ffb3742095609536c086ec5
17 lines
361 B
JSON
17 lines
361 B
JSON
{
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"name": "app-catalog",
|
|
"description": "OpenStack App Catalog",
|
|
"repository": "none",
|
|
"license": "Apache 2.0",
|
|
"devDependencies": {
|
|
"eslint": "^0.23.0",
|
|
"eslint-config-openstack": "1.2.0"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint --no-color openstack_catalog/web/static/js/"
|
|
},
|
|
"dependencies": {}
|
|
}
|