35 lines
799 B
JSON
35 lines
799 B
JSON
{
|
|
"name": "aplayer",
|
|
"version": "1.2.2",
|
|
"description": "Wow, such a beautiful html5 music player",
|
|
"main": "APlayer.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/DIYgod/APlayer.git"
|
|
},
|
|
"keywords": [
|
|
"player",
|
|
"music",
|
|
"html5"
|
|
],
|
|
"author": "DIYgod",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/DIYgod/APlayer/issues"
|
|
},
|
|
"homepage": "https://github.com/DIYgod/APlayer#readme",
|
|
"devDependencies": {
|
|
"browser-sync": "^2.10.0",
|
|
"gulp": "^3.9.0",
|
|
"gulp-autoprefixer": "^3.1.0",
|
|
"gulp-concat": "^2.6.0",
|
|
"gulp-minify-css": "^1.2.1",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-sass": "^2.1.0",
|
|
"gulp-uglify": "^1.5.1"
|
|
}
|
|
}
|