Files
nvatom/package.json
T
2015-09-24 21:25:23 -07:00

33 lines
810 B
JSON

{
"name": "nvatom",
"main": "./lib/notational-velocity",
"version": "0.8.2",
"private": true,
"contributors": [
"Seongjae Lee <seongjae@gmail.com>",
"Nikita Litvin <deltaidea@derpy.ru>",
"Jonathan Hoyt <hoyt@github.com>"
],
"description": "Notational Velocity for Atom",
"activationCommands": {
"atom-workspace": "nvatom:toggle"
},
"repository": "https://github.com/seongjaelee/nvatom",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"bugs": {
"url": "https://github.com/seongjaelee/nvatom/issues"
},
"homepage": "https://github.com/seongjaelee/nvatom",
"dependencies": {
"atom-space-pen-views": "^2.0.3",
"chokidar": "^1.0.5",
"docquery": "^1.1.0",
"fs-plus": "2.x",
"underscore-plus": "^1.6.6"
},
"devDependencies": {}
}