-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"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 <deu07115@gmail.com>",
"onebone <jyc00410@gmail.com>"
],
"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"
}
}