You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
666 B

{
"name": "ui-entity-info",
"version": "2.4.2",
"description": "",
"main": "index.js",
"test_page": "test_ui_entity_info.js",
"directories": {
"example": "examples",
"test": "tests"
},
"scripts": {
"test": "./node_modules/.bin/jasmine test/spec",
"build": "PYTHONPATH=./pypi_modules grunt",
"printconfig": "PYTHONPATH=./pypi_modules grunt config"
},
"repository": {
"type": "git",
"url": "ssh://git@git.splunk.com:7999/solnsc/ui-entity-info.git"
},
"author": "Arun Ramani",
"license": "ISC",
"devDependencies": {
"ext-grunt-basebuild": "^1.0.34",
"grunt-open": "^0.2.3 ",
"shelljs": "^0.5.3"
}
}