~ubuntu-branches/debian/sid/node-posix-character-classes/sid

« back to all changes in this revision

Viewing changes to package.json

  • Committer: Package Import Robot
  • Author(s): Sruthi Chandran
  • Date: 2016-10-17 11:18:26 UTC
  • Revision ID: package-import@ubuntu.com-20161017111826-u90ibcby512lcnmx
Tags: upstream-0.1.0
ImportĀ upstreamĀ versionĀ 0.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
  "name": "posix-character-classes",
 
3
  "description": "POSIX character classes for creating regular expressions.",
 
4
  "version": "0.1.0",
 
5
  "homepage": "https://github.com/jonschlinkert/posix-character-classes",
 
6
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
 
7
  "repository": "jonschlinkert/posix-character-classes",
 
8
  "bugs": {
 
9
    "url": "https://github.com/jonschlinkert/posix-character-classes/issues"
 
10
  },
 
11
  "license": "MIT",
 
12
  "files": [
 
13
    "index.js"
 
14
  ],
 
15
  "main": "index.js",
 
16
  "engines": {
 
17
    "node": ">=0.10.0"
 
18
  },
 
19
  "scripts": {
 
20
    "test": "mocha"
 
21
  },
 
22
  "devDependencies": {
 
23
    "gulp-format-md": "^0.1.11"
 
24
  },
 
25
  "keywords": [
 
26
    "character",
 
27
    "classes",
 
28
    "posix"
 
29
  ],
 
30
  "verb": {
 
31
    "toc": false,
 
32
    "layout": "default",
 
33
    "tasks": [
 
34
      "readme"
 
35
    ],
 
36
    "plugins": [
 
37
      "gulp-format-md"
 
38
    ],
 
39
    "lint": {
 
40
      "reflinks": true
 
41
    },
 
42
    "related": {
 
43
      "list": []
 
44
    },
 
45
    "reflinks": [
 
46
      "verb",
 
47
      "verb-generate-readme"
 
48
    ]
 
49
  }
 
50
}