Blame view

bower_components/d3-scatterplot/package.json 920 Bytes
50380d5a   mwasiluk   d3 scatterplot-da...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
  {
    "name": "d3-scatterplot",
    "version": "1.0.0",
    "description": "d3 scatterplot",
    "main": "gulpfile.js",
    "scripts": {
      "test": "echo \"Error: no test specified\" && exit 1"
    },
    "repository": {
      "type": "git",
      "url": "git+https://github.com/mwasiluk/d3-scatterplot.git"
    },
    "keywords": [
      "d3",
      "scatterplot"
    ],
    "author": "Michal Wasiluk",
    "license": "MIT",
    "bugs": {
      "url": "https://github.com/mwasiluk/d3-scatterplot/issues"
    },
    "homepage": "https://github.com/mwasiluk/d3-scatterplot#readme",
    "devDependencies": {
      "browser-sync": "^2.13.0",
      "del": "^2.2.0",
      "gulp": "^3.9.1",
      "gulp-concat": "^2.6.0",
      "gulp-load-plugins": "^1.2.4",
      "gulp-minify-css": "^1.2.4",
      "gulp-plumber": "^1.1.0",
      "gulp-rename": "^1.2.2",
      "gulp-sass": "^2.3.1",
      "gulp-strip-debug": "^1.1.0",
      "gulp-uglify": "^1.5.3",
      "merge-stream": "^1.0.0"
    }
  }