| 123456789101112131415161718192021222324252627282930313233 | {  "name": "Elgg",  "description": "Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.",  "dependencies": {},  "repository": {    "type": "git",    "url": "https://github.com/Elgg/Elgg.git"  },  "license": "GPLv2",  "bugs": {    "url": "https://github.com/Elgg/Elgg/issues"  },  "homepage": "https://github.com/Elgg/Elgg",  "scripts": {    "test": "node_modules/karma/bin/karma start js/tests/karma.conf.js --single-run"  },  "devDependencies": {    "elgg-conventional-changelog": "~0.1.2",    "grunt": "~0.4.5",    "grunt-contrib-clean": "~0.6.0",    "grunt-contrib-connect": "~0.9.0",    "grunt-contrib-watch": "~0.6.1",    "grunt-exec": "~0.4.6",    "grunt-open": "~0.2.3",    "karma": "^0.12.32",    "karma-jasmine": "~0.2.0",    "karma-phantomjs-launcher": "~0.1",    "karma-requirejs": "~0.2",    "load-grunt-config": "~0.16.0",    "phantomjs": "~1.9.7-14"  }}
 |