1 2 3 4 5 6 7 8 9 10 11 12 13 14
{ "name": "antispoof", "version": "0.0.0", "private": true, "description": "Build tools for the AntiSpoof extension.", "scripts": { "test": "grunt test" }, "devDependencies": { "grunt": "1.0.1", "grunt-banana-checker": "0.4.0", "grunt-jsonlint": "1.0.7" } }