~webapps/unity-js-scopes/node.js

« back to all changes in this revision

Viewing changes to tools/eslint/node_modules/doctrine/package.json

  • Committer: Marcus Tomlinson
  • Date: 2015-11-13 07:59:04 UTC
  • Revision ID: marcus.tomlinson@canonical.com-20151113075904-h0swczmoq1rvstfc
Node v4 (stable)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
  "name": "doctrine",
 
3
  "description": "JSDoc parser",
 
4
  "homepage": "http://github.com/Constellation/doctrine.html",
 
5
  "main": "lib/doctrine.js",
 
6
  "version": "0.6.4",
 
7
  "engines": {
 
8
    "node": ">=0.10.0"
 
9
  },
 
10
  "directories": {
 
11
    "lib": "./lib"
 
12
  },
 
13
  "maintainers": [
 
14
    {
 
15
      "name": "constellation",
 
16
      "email": "utatane.tea@gmail.com"
 
17
    }
 
18
  ],
 
19
  "repository": {
 
20
    "type": "git",
 
21
    "url": "git+ssh://git@github.com/Constellation/doctrine.git"
 
22
  },
 
23
  "devDependencies": {
 
24
    "coveralls": "^2.11.2",
 
25
    "gulp": "^3.8.10",
 
26
    "gulp-bump": "^0.1.13",
 
27
    "gulp-eslint": "^0.5.0",
 
28
    "gulp-filter": "^2.0.2",
 
29
    "gulp-git": "^1.0.0",
 
30
    "gulp-istanbul": "^0.6.0",
 
31
    "gulp-jshint": "^1.9.0",
 
32
    "gulp-mocha": "^2.0.0",
 
33
    "gulp-tag-version": "^1.2.1",
 
34
    "jshint-stylish": "^1.0.0",
 
35
    "should": "^5.0.1"
 
36
  },
 
37
  "licenses": [
 
38
    {
 
39
      "type": "BSD",
 
40
      "url": "http://github.com/Constellation/doctrine/raw/master/LICENSE.BSD"
 
41
    }
 
42
  ],
 
43
  "scripts": {
 
44
    "test": "gulp",
 
45
    "unit-test": "gulp test",
 
46
    "lint": "gulp lint",
 
47
    "coveralls": "cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
 
48
  },
 
49
  "dependencies": {
 
50
    "esutils": "^1.1.6",
 
51
    "isarray": "0.0.1"
 
52
  },
 
53
  "gitHead": "0835299b485ecdfa908d20628d6c8900144590ff",
 
54
  "bugs": {
 
55
    "url": "https://github.com/Constellation/doctrine/issues"
 
56
  },
 
57
  "_id": "doctrine@0.6.4",
 
58
  "_shasum": "81428491a942ef18b0492056eda3800eee57d61d",
 
59
  "_from": "doctrine@>=0.6.2 <0.7.0",
 
60
  "_npmVersion": "1.4.28",
 
61
  "_npmUser": {
 
62
    "name": "constellation",
 
63
    "email": "utatane.tea@gmail.com"
 
64
  },
 
65
  "dist": {
 
66
    "shasum": "81428491a942ef18b0492056eda3800eee57d61d",
 
67
    "tarball": "http://registry.npmjs.org/doctrine/-/doctrine-0.6.4.tgz"
 
68
  },
 
69
  "_resolved": "https://registry.npmjs.org/doctrine/-/doctrine-0.6.4.tgz",
 
70
  "readme": "ERROR: No README data found!"
 
71
}