{ "name": "property-accessors", "version": "1.1.3", "description": "A mixin for declaring property accessors", "main": "lib/property-accessors", "scripts": { "test": "grunt test", "publish": "grunt" }, "repository": { "type": "git", "url": "https://github.com/atom/property-accessors" }, "keywords": [ "property", "accessors", "metaprogramming" ], "author": "Nathan Sobo", "licenses": [ { "type": "MIT", "url": "http://github.com/atom/telepath/raw/master/LICENSE.md" } ], "bugs": { "url": "https://github.com/atom/property-accessors/issues" }, "homepage": "http://atom.github.io/property-accessors/", "dependencies": { "mixto": "1.x", "es6-weak-map": "^0.1.2" }, "devDependencies": { "jasmine-focused": "1.x", "grunt-contrib-coffee": "~0.7.0", "grunt-cli": "~0.1.8", "grunt": "~0.4.1", "grunt-shell": "~0.2.2", "grunt-coffeelint": "0.0.6", "rimraf": "~2.2.2" } }