forked from bilibili-helper/bilibili-helper-o
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 797 Bytes
/
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
{
"name": "bilibili-helper-master",
"version": "0.9.9",
"description": "bilibili-helper",
"main": "index.js",
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"eslint": "^3.18.0",
"eslint-config-google": "^0.7.1",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"grunt-contrib-compress": "^1.3.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-htmlmin": "^1.4.0",
"grunt-contrib-uglify": "^1.0.2",
"gruntify-eslint": "^3.1.0",
"load-grunt-tasks": "^3.5.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"grunt": "grunt"
},
"author": "zacyu & ruo",
"license": "MIT",
"repository": "https://github.com/zacyu/bilibili-helper",
"readme": "/source/README.md"
}