1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "name": "grafana-simple-json",
- "private": true,
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "build": "./node_modules/grunt-cli/bin/grunt",
- "test": "./node_modules/grunt-cli/bin/grunt mochaTest"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/grafana/simple-json-datasource.git"
- },
- "author": "",
- "license": "ISC",
- "bugs": {
- "url": "https://github.com/grafana/simple-json-datasource/issues"
- },
- "engines": {
- "node": "6.10.0"
- },
- "engineStrict": true,
- "devDependencies": {
- "babel": "~6.5.1",
- "chai": "~3.5.0",
- "grunt": "~0.4.5",
- "grunt-babel": "~6.0.0",
- "grunt-cli": "^1.2.0",
- "grunt-contrib-clean": "~0.6.0",
- "grunt-contrib-copy": "~0.8.2",
- "grunt-contrib-uglify": "~0.11.0",
- "grunt-contrib-watch": "^0.6.1",
- "grunt-execute": "~0.2.2",
- "grunt-mocha-test": "~0.12.7",
- "grunt-systemjs-builder": "^0.2.5",
- "jsdom": "~3.1.2",
- "load-grunt-tasks": "~3.2.0",
- "prunk": "~1.2.1",
- "q": "~1.4.1"
- },
- "dependencies": {
- "babel-plugin-transform-es2015-for-of": "^6.6.0",
- "babel-plugin-transform-es2015-modules-systemjs": "^6.5.0",
- "babel-preset-es2015": "^6.5.0",
- "lodash": "~4.0.0",
- "mocha": "^2.4.5"
- },
- "homepage": "https://github.com/grafana/simple-json-datasource#readme"
- }
|