๐Ÿ“ฆ malash / opentsdb-escape

๐Ÿ“„ package.json ยท 47 lines
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
38
39
40
41
42
43
44
45
46
47{
  "name": "opentsdb-escape",
  "version": "0.1.2",
  "description": "Escape and unescape for OpenTSDB metrics and tags",
  "main": "lib/index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "gulp test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/malash/opentsdb-escape.git"
  },
  "keywords": [
    "opentsdb",
    "escape"
  ],
  "author": {
    "name": "Malash",
    "email": "i@malash.me",
    "url": "https://malash.me/"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/malash/opentsdb-escape/issues"
  },
  "homepage": "https://github.com/malash/opentsdb-escape#readme",
  "engines": {
    "node": ">=0.10.0",
    "iojs": "*"
  },
  "devDependencies": {
    "gulp": "^3.9.0",
    "gulp-eslint": "^1.0.0",
    "gulp-load-plugins": "^1.0.0",
    "gulp-rename": "^1.2.2",
    "gulp-tape": "0.0.4",
    "gulp-uglify": "^1.4.2",
    "gulp-webpack": "^1.5.0",
    "tap-colorize": "^1.2.0",
    "tape": "^4.2.2",
    "webpack": "^1.12.2"
  }
}