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.
42 lines
956 B
42 lines
956 B
{ |
|
"name": "saiku-ui", |
|
"description": "A user interface for the Saiku analytical tool", |
|
"homepage": "http://www.meteorite.bi/saiku", |
|
"version": "3.6.0", |
|
"author": "Meteorite BI", |
|
"licenses": { |
|
"type": "Apache License Version 2", |
|
"url": "https://github.com/OSBI/saiku-ui/blob/master/LICENSE" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git@github.com:OSBI/saiku-ui.git" |
|
}, |
|
"keywords": [ |
|
"saiku-ui", |
|
"user-interface", |
|
"analytics-client", |
|
"business-intelligence" |
|
], |
|
"bugs": { |
|
"url": "http://jira.meteorite.bi" |
|
}, |
|
"main": "server.js", |
|
"scripts": { |
|
"start": "node server.js 9999 127.0.0.1 8080" |
|
}, |
|
"engines": { |
|
"node": ">=0.10.x", |
|
"npm": ">=1.3.x" |
|
}, |
|
"dependencies": { |
|
"express": "^4.8.4" |
|
}, |
|
"devDependencies": { |
|
"autoprefixer": "^6.1.1", |
|
"grunt": "^0.4.5", |
|
"grunt-contrib-watch": "^0.6.1", |
|
"grunt-csscomb": "^3.0.1", |
|
"grunt-postcss": "^0.7.1" |
|
} |
|
}
|
|
|