mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 09:37:17 +00:00
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "winamp2-js",
|
|
"version": "1.0.0",
|
|
"description": "Winamp 2 implemented in HTML5 and JavaScript",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"test": "qunit-cli test/*.js && npm run lint",
|
|
"lint": "eslint js/*.js",
|
|
"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.7.4",
|
|
"babel-loader": "^6.2.4",
|
|
"babel-preset-es2015": "^6.6.0",
|
|
"eslint": "1.*",
|
|
"qunit-cli": "~0.1.4",
|
|
"webpack": "^1.12.14",
|
|
"webpack-dev-server": "^1.14.1"
|
|
},
|
|
"dependencies": {
|
|
"babel-preset-es2015": "^6.6.0",
|
|
"babel-preset-react": "^6.5.0",
|
|
"flux": "^2.1.1",
|
|
"jszip": "^2.6.0",
|
|
"keymirror": "^0.1.1",
|
|
"react": "^0.14.7",
|
|
"react-dom": "^0.14.7"
|
|
}
|
|
}
|