{ "name": "propprop", "version": "0.3.1", "author": "Stephen Sawchuk ", "license": "MIT", "description": "Just a helper for plucking a property out of an object.", "repository": "stephenplusplus/propprop", "scripts": { "browser": "a=$npm_package_name; browserify -r ./index:$a -s $a index.js -o browser.js" }, "files": [ "index.js" ], "keywords": [ "prop", "property", "pluck" ], "devDependencies": { "browserify": "^3.0.0" }, "__npminstall_done": true, "_from": "propprop@0.3.1", "_resolved": "https://registry.npmmirror.com/propprop/-/propprop-0.3.1.tgz" }