{ "name": "destructo", "description": "Self-destructing messaging app", "version": "0.1.0", "main": "src/server.rb", "scripts": { "grunt": "grunt" }, "repository": { "type": "git", "url": "https://git.metaunix.net/Metaunix/Destructo" }, "keywords": [ "messaging", "self-destructing" ], "author": "Gregory Ballantine ", "license": "BSD-4-Clause", "devDependencies": { "grunt": "^1.6.1", "grunt-cli": "^1.4.3", "grunt-contrib-coffee": "^2.1.0", "grunt-contrib-sass": "^2.0.0", "grunt-contrib-watch": "^1.1.0", "sass": "^1.77.4" } }