mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
1.8 KiB
71 lines
1.8 KiB
{
|
|
"name": "doctrine",
|
|
"description": "JSDoc parser",
|
|
"homepage": "http://github.com/Constellation/doctrine.html",
|
|
"main": "lib/doctrine.js",
|
|
"version": "0.6.4",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "constellation",
|
|
"email": "utatane.tea@gmail.com"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/Constellation/doctrine.git"
|
|
},
|
|
"devDependencies": {
|
|
"coveralls": "^2.11.2",
|
|
"gulp": "^3.8.10",
|
|
"gulp-bump": "^0.1.13",
|
|
"gulp-eslint": "^0.5.0",
|
|
"gulp-filter": "^2.0.2",
|
|
"gulp-git": "^1.0.0",
|
|
"gulp-istanbul": "^0.6.0",
|
|
"gulp-jshint": "^1.9.0",
|
|
"gulp-mocha": "^2.0.0",
|
|
"gulp-tag-version": "^1.2.1",
|
|
"jshint-stylish": "^1.0.0",
|
|
"should": "^5.0.1"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "BSD",
|
|
"url": "http://github.com/Constellation/doctrine/raw/master/LICENSE.BSD"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"test": "gulp",
|
|
"unit-test": "gulp test",
|
|
"lint": "gulp lint",
|
|
"coveralls": "cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
|
|
},
|
|
"dependencies": {
|
|
"esutils": "^1.1.6",
|
|
"isarray": "0.0.1"
|
|
},
|
|
"gitHead": "0835299b485ecdfa908d20628d6c8900144590ff",
|
|
"bugs": {
|
|
"url": "https://github.com/Constellation/doctrine/issues"
|
|
},
|
|
"_id": "doctrine@0.6.4",
|
|
"_shasum": "81428491a942ef18b0492056eda3800eee57d61d",
|
|
"_from": "doctrine@>=0.6.2 <0.7.0",
|
|
"_npmVersion": "1.4.28",
|
|
"_npmUser": {
|
|
"name": "constellation",
|
|
"email": "utatane.tea@gmail.com"
|
|
},
|
|
"dist": {
|
|
"shasum": "81428491a942ef18b0492056eda3800eee57d61d",
|
|
"tarball": "http://registry.npmjs.org/doctrine/-/doctrine-0.6.4.tgz"
|
|
},
|
|
"_resolved": "https://registry.npmjs.org/doctrine/-/doctrine-0.6.4.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|
|
|