webamp/package.json
2016-07-03 21:37:12 -07:00

39 lines
956 B
JSON

{
"name": "winamp2-js",
"version": "1.0.0",
"description": "Winamp 2 implemented in HTML5 and JavaScript",
"main": "index.html",
"scripts": {
"lint": "eslint js/*.js",
"build": "webpack --optimize-minimize",
"serve": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/captbaritone/winamp2-js.git"
},
"keywords": [
"Winamp",
"HTML5",
"audio",
"web-auido-api"
],
"author": "Jordan Eldredge <jordan@jordaneldredge.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/captbaritone/winamp2-js/issues"
},
"homepage": "https://github.com/captbaritone/winamp2-js#readme",
"devDependencies": {
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"css-loader": "^0.23.1",
"eslint": "1.*",
"style-loader": "^0.13.1",
"webpack": "^1.13.0"
},
"dependencies": {
"jszip": "^2.6.0"
}
}