UNPKG

ctags

Version:

A package for reading source code tag files

48 lines (47 loc) 1.05 kB
{ "name": "ctags", "description": "A package for reading source code tag files", "version": "3.1.0", "keywords": [ "tags", "etags" ], "author": { "name": "Kevin Sawicki", "email": "kevin@github.com" }, "licenses": [ { "type": "MIT", "url": "http://github.com/atom/node-ctags/raw/master/LICENSE.md" } ], "repository": { "type": "git", "url": "https://github.com/atom/node-ctags.git" }, "bugs": { "url": "https://github.com/atom/node-ctags/issues" }, "homepage": "http://atom.github.io/node-ctags", "main": "./lib/ctags.js", "devDependencies": { "grunt": "~0.4.0", "grunt-contrib-coffee": "~0.9.0", "grunt-shell": "~0.2.1", "grunt-cli": "~0.1.6", "node-gyp": "~0.8.5", "jasmine-focused": "1.x", "grunt-coffeelint": "0.0.6", "rimraf": "~2.1.4", "node-cpplint": "0.1.5" }, "dependencies": { "nan": "^2.14.0", "event-stream": "~3.1.0" }, "scripts": { "prepublish": "grunt prepublish", "test": "grunt test" } }