aboutsummaryrefslogtreecommitdiffstats
path: root/web/nms.gathering.org/speedometer/d3-master/bin/bower
blob: b4f613373d53b0a30ba7e8036d0850b270ca6b23 (plain)
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
#!/usr/bin/env node

var fs = require("fs");

console.log(JSON.stringify({
  "name": "d3",
  "version": require("../package.json").version,
  "main": "d3.js",
  "scripts": [
    "d3.js"
  ],
  "ignore": [
    ".DS_Store",
    ".git",
    ".gitignore",
    ".npmignore",
    ".spmignore",
    ".travis.yml",
    "Makefile",
    "bin",
    "component.json",
    "composer.json",
    "index.js",
    "lib",
    "node_modules",
    "package.json",
    "src",
    "test"
  ]
}, null, 2));