tiler
Version:
Plugable dashboard framework
41 lines (40 loc) • 869 B
JSON
{
"name": "tiler",
"version": "0.1.6",
"description": "Plugable dashboard framework",
"keywords": [
"dashboard",
"information",
"radiator",
"react",
"vert.x"
],
"homepage": "https://github.com/tiler-project/node-tiler",
"license": "MIT",
"author": {
"name": "Simon Dean",
"email": "simon@simondean.org",
"url": "http://www.simondean.org"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/tiler-project/node-tiler.git"
},
"scripts": {
"test": "gulp build"
},
"dependencies": {
"backo": "^1.1.0",
"react-grid-layout": "^0.8.3",
"sockjs-client": "^1.0.0-beta.12"
},
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-bump": "^0.3.0",
"gulp-changed": "^1.2.1",
"gulp-react": "^3.0.1",
"run-sequence": "^1.1.0"
}
}