{ "name": "pldrjs", "version": "1.2.0", "description": "A plugin which enables javascript plugin in nukkit.", "main": "pldr.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/pldrjs/pldr.js.git" }, "keywords": [ "Nukkit", "Nashorn" ], "author": [ "HelloWorld017 ", "onebone " ], "license": "GPL-3.0", "devDependencies": { "babel-preset-es2015": "^6.6.0", "grunt": "^0.4.5", "grunt-babel": "^6.0.0", "grunt-contrib-clean": "^1.0.0", "grunt-contrib-concat": "^1.0.0", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-uglify": "^0.11.1", "grunt-contrib-watch": "^0.6.1", "load-grunt-tasks": "^3.4.0", "time-grunt": "^1.3.0" }, "bugs": { "url": "https://github.com/pldrjs/pldr.js/issues" }, "homepage": "https://github.com/pldrjs/pldr.js#readme", "dependencies": { "events": "^1.1.1" } }