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.
109 lines
2.9 KiB
109 lines
2.9 KiB
{
|
|
"_from": "gridstack@^0.6.4",
|
|
"_id": "gridstack@0.6.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-4ToCnneNg5Uw+ms3xHtPVvsNXdvwQhngdlyNgGkARwvooQu+gLL6xkwPqLU59TsZP/LVvofb2QhEuXyh/ocL8w==",
|
|
"_location": "/gridstack",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "gridstack@^0.6.4",
|
|
"name": "gridstack",
|
|
"escapedName": "gridstack",
|
|
"rawSpec": "^0.6.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.6.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/node-red-dashboard"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/gridstack/-/gridstack-0.6.4.tgz",
|
|
"_shasum": "f832903a1323a0e536348dd926d7b5d084ca88eb",
|
|
"_spec": "gridstack@^0.6.4",
|
|
"_where": "/data/node_modules/node-red-dashboard",
|
|
"author": {
|
|
"name": "Pavel Reznikov",
|
|
"email": "pashka.reznikov@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/gridstack/gridstack.js/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Dylan Weiss",
|
|
"email": "dylan.weiss@gmail.com",
|
|
"url": "https://dylandreams.com"
|
|
},
|
|
{
|
|
"name": "Alain Dumesny",
|
|
"email": "alaind831+github@gmail.com",
|
|
"url": "https://github.com/adumesny"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"jquery": "^1.8 || 2 || 3"
|
|
},
|
|
"deprecated": false,
|
|
"description": "gridstack.js for dashboard layout and creation, with many wrappers (React, Angular, Ember, knockout...)",
|
|
"devDependencies": {
|
|
"connect": "^3.6.6",
|
|
"core-js": "^3.0.0",
|
|
"coveralls": "^3.0.3",
|
|
"doctoc": "^1.4.0",
|
|
"grunt": "^1.0.4",
|
|
"grunt-cli": "^1.3.2",
|
|
"grunt-contrib-connect": "^2.0.0",
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
"grunt-contrib-cssmin": "^3.0.0",
|
|
"grunt-contrib-uglify": "^4.0.1",
|
|
"grunt-contrib-watch": "^1.1.0",
|
|
"grunt-eslint": "^20.1.0",
|
|
"grunt-protractor-runner": "^5.0.0",
|
|
"grunt-protractor-webdriver": "^0.2.5",
|
|
"grunt-sass": "2.1.0",
|
|
"jasmine-core": "^3.3.0",
|
|
"karma": "^4.0.1",
|
|
"karma-chrome-launcher": "^2.2.0",
|
|
"karma-coverage": "^1.1.2",
|
|
"karma-coveralls": "^2.1.0",
|
|
"karma-jasmine": "^2.0.1",
|
|
"puppeteer": "^1.13.0",
|
|
"serve-static": "^1.13.2"
|
|
},
|
|
"homepage": "http://gridstack.github.io/gridstack.js/",
|
|
"keywords": [
|
|
"gridstack.js",
|
|
"grid",
|
|
"gridster",
|
|
"layout",
|
|
"responsive",
|
|
"dashboard",
|
|
"resize",
|
|
"drag&drop",
|
|
"widgets",
|
|
"Angular",
|
|
"React",
|
|
"Typescript"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/gridstack.js",
|
|
"name": "gridstack",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gridstack/gridstack.js.git"
|
|
},
|
|
"resolutions": {
|
|
"lodash": "^4.17.13",
|
|
"js-yaml": "^3.13.1"
|
|
},
|
|
"scripts": {
|
|
"build": "grunt && doctoc ./README.md && doctoc ./doc/README.md && doctoc ./doc/CHANGES.md",
|
|
"lint": "grunt lint",
|
|
"prepublishOnly": "yarn build",
|
|
"reset": "rm -rf dist node_modules",
|
|
"test": "grunt lint && karma start karma.conf.js"
|
|
},
|
|
"version": "0.6.4"
|
|
}
|
|
|