ironic-ui/package.json
Elizabeth Elwell 728fed6ee9 Added cookiecutter files
In patch amends have also renamed internal ironic-ui folder to ironic_ui to
ensure not read mathematically to pass pep8 tests. Also added global requirements.

Change-Id: I5689f762194291bbad6070350486d397c376364a
2016-01-20 19:00:52 +00:00

21 lines
488 B
JSON

{
"name": "ironic-ui",
"version": "1.0.0",
"description": "Horizon plugin for OpenStack Ironic.",
"main": "index.html",
"scripts": {
"lint": "eslint ./"
},
"repository": {
"type": "git",
"url": "git://git.openstack.org/openstack/ironic-ui"
},
"author": "Openstack <openstack-dev@lists.openstack.org>",
"license": "Apache-2.0",
"devDependencies": {
"eslint": "1.9.0",
"eslint-config-openstack": "1.2.3",
"eslint-plugin-angular": "0.4.0"
}
}