diff options
| author | Ben Beltran <ben@nsovocal.com> | 2015-07-10 11:12:25 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2015-07-10 11:12:25 -0500 |
| commit | 24c7594d62d8d7fbbcdb64b11ce4adc5d8e6991a (patch) | |
| tree | ded312222bb108923da1820ba40b04d710d20e5b /atom/packages/vim-mode-visual-block/node_modules/underscore-plus/package.json | |
| parent | eb786e82d170e2abc351a432ade616d6ecdeeb6b (diff) | |
Adds atom
Diffstat (limited to 'atom/packages/vim-mode-visual-block/node_modules/underscore-plus/package.json')
| -rw-r--r-- | atom/packages/vim-mode-visual-block/node_modules/underscore-plus/package.json | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/atom/packages/vim-mode-visual-block/node_modules/underscore-plus/package.json b/atom/packages/vim-mode-visual-block/node_modules/underscore-plus/package.json new file mode 100644 index 0000000..1650d7d --- /dev/null +++ b/atom/packages/vim-mode-visual-block/node_modules/underscore-plus/package.json @@ -0,0 +1,79 @@ +{ + "name": "underscore-plus", + "version": "1.6.6", + "description": "Underscore plus additional utilities", + "licenses": [ + { + "type": "MIT", + "url": "http://github.com/atom/underscore-plus/raw/master/LICENSE.md" + } + ], + "main": "./lib/underscore-plus.js", + "scripts": { + "prepublish": "grunt clean coffee lint", + "test": "grunt test" + }, + "repository": { + "type": "git", + "url": "https://github.com/atom/underscore-plus.git" + }, + "bugs": { + "url": "https://github.com/atom/underscore-plus/issues" + }, + "homepage": "http://atom.github.io/underscore-plus", + "keywords": [ + "underscore" + ], + "dependencies": { + "underscore": "~1.6.0" + }, + "devDependencies": { + "jasmine-focused": "1.x", + "grunt-contrib-coffee": "~0.9.0", + "grunt-cli": "~0.1.8", + "grunt": "~0.4.1", + "grunt-shell": "~0.2.2", + "grunt-coffeelint": "0.0.6", + "temp": "~0.5.0", + "rimraf": "~2.1.4" + }, + "gitHead": "2046d1562896761e3c38b7a647ac30b87b46ea20", + "_id": "underscore-plus@1.6.6", + "_shasum": "65ecde1bdc441a35d89e650fd70dcf13ae439a7d", + "_from": "underscore-plus@>=1.6.6 <2.0.0", + "_npmVersion": "2.1.8", + "_nodeVersion": "0.10.33", + "_npmUser": { + "name": "maxbrunsfeld", + "email": "maxbrunsfeld@gmail.com" + }, + "maintainers": [ + { + "name": "kevinsawicki", + "email": "kevinsawicki@gmail.com" + }, + { + "name": "mcolyer", + "email": "matt@colyer.name" + }, + { + "name": "benogle", + "email": "ogle.ben@gmail.com" + }, + { + "name": "nathansobo", + "email": "nathansobo@gmail.com" + }, + { + "name": "maxbrunsfeld", + "email": "maxbrunsfeld@gmail.com" + } + ], + "dist": { + "shasum": "65ecde1bdc441a35d89e650fd70dcf13ae439a7d", + "tarball": "http://registry.npmjs.org/underscore-plus/-/underscore-plus-1.6.6.tgz" + }, + "directories": {}, + "_resolved": "https://registry.npmjs.org/underscore-plus/-/underscore-plus-1.6.6.tgz", + "readme": "ERROR: No README data found!" +} |