29 lines
631 B
JSON
29 lines
631 B
JSON
{
|
|
"name": "glowing-bear",
|
|
"description": "A webclient for WeeChat",
|
|
"version": "0.7.0",
|
|
"homepage": "https://github.com/glowing-bear/glowing-bear",
|
|
"license": "GPLv3",
|
|
"private": true,
|
|
"dependencies": {
|
|
"angular": "1.6.x",
|
|
"angular-route": "1.6.x",
|
|
"angular-sanitize": "1.6.x",
|
|
"angular-touch": "1.6.x",
|
|
"angular-loader": "1.6.x",
|
|
"angular-mocks": "1.6.x",
|
|
"html5-boilerplate": "~4.3.0",
|
|
"underscore": "~1.8",
|
|
"bootstrap": "~3.3",
|
|
"emojione": "~2.2"
|
|
},
|
|
"keywords": [
|
|
"weechat",
|
|
"irc"
|
|
],
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components"
|
|
]
|
|
}
|