atom-lupa
Version:
Navigation bar and breadcrumbs
97 lines (96 loc) • 1.99 kB
JSON
{
"name": "atom-lupa",
"main": "./index.js",
"__main": "./dist/bundle.js",
"version": "0.7.15",
"description": "Navigation bar and breadcrumbs",
"scripts": {
"reinstall": "rm -rf node_modules; npm install;",
"test": "node_modules/.bin/jest"
},
"keywords": [
"breadcrumbs",
"breadcrumb",
"navigation",
"symbols",
"overview",
"code search",
"productivity",
"angular",
"angularjs",
"commonjs",
"dependencies",
"es6",
"es2015",
"go to definition",
"imports",
"navigate",
"navigator",
"require",
"structure",
"outline",
"summary",
"todo",
"todos",
"react",
"reactjs",
"jsx",
"list",
"tree",
"symbol",
"view",
"class",
"classes",
"python",
"typescript"
],
"__providedServices": {
"autocomplete.provider": {
"versions": {
"2.0.0": "provide"
}
}
},
"activationCommands": {
"atom-workspace": [
"atom-lupa:toggle",
"atom-lupa:focus"
]
},
"repository": "https://github.com/hex13/atom-lupa",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"ast-stream": "0.0.15",
"coffee-script": "^1.10.0",
"eslint-plugin-react": "^5.2.2",
"flow-parser": "^0.21.0",
"glob": "^7.0.3",
"html-flavors": "0.0.20",
"lodash": "^4.11.2",
"lupa": "0.3.0",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0",
"through2": "^2.0.1",
"vinyl": "^1.1.1",
"vinyl-fs": "^2.4.3"
},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-jest": "^12.0.2",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"cheerio": "^0.20.0",
"eslint": "^2.8.0",
"jest-cli": "^12.0.2",
"react-addons-test-utils": "^15.1.0",
"tape": "^4.4.0"
}
}