app-catalog/package.json
Christopher Aedo 840af24ab1 Update repo references
This commit updates references to the
repo after it was moved from stackforge
to openstack namespace.

Change-Id: Id1c762d7e17450787ffb3742095609536c086ec5
2015-09-11 17:23:10 -07:00

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": {}
}