-
Notifications
You must be signed in to change notification settings - Fork 157
/
package.json
41 lines (41 loc) · 884 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
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "meting",
"version": "2.0.1",
"description": "Wow, such a beautiful html5 music player (with Meting API)",
"license": "MIT",
"homepage": "https://github.com/metowolf/MetingJS",
"repository": {
"url": "git+https://github.com/metowolf/MetingJS.git",
"type": "git"
},
"author": {
"name": "metowolf",
"email": "[email protected]",
"url": "https://i-meto.com/"
},
"main": "dist",
"scripts": {
"lint": "eslint source",
"build": "del dist && mkdir dist && babel source/Meting.js -o dist/Meting.min.js",
"test": "npm run build",
"prepublishOnly": "npm run build"
},
"files": [
"dist"
],
"keywords": [
"player",
"music",
"api",
"meting",
"html5"
],
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.3",
"@babel/preset-env": "^7.3.1",
"babel-preset-minify": "^0.5.0",
"del-cli": "^1.1.0",
"eslint": "^5.14.0"
}
}