You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
633 B
28 lines
633 B
{
|
|
"name": "glowing-bear",
|
|
"version": "0.0.1",
|
|
"homepage": "https://github.com/cormier/glowing-bear",
|
|
"description": "fun with weechat and websockets",
|
|
"main": "index.html",
|
|
"keywords": [
|
|
"weechat",
|
|
"irc"
|
|
],
|
|
"license": "GPLv3",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components"
|
|
],
|
|
"dependencies": {
|
|
"angular": "1.3.0-beta.11",
|
|
"angular-route": "1.3.0-beta.11",
|
|
"angular-sanitize": "1.3.0-beta.11",
|
|
"angular-touch": "1.3.0-beta.11",
|
|
"angular-animate": "1.3.0-beta.11",
|
|
"underscore": "~1.6",
|
|
"jquery": "~1.11",
|
|
"bootstrap": "~3.1"
|
|
}
|
|
}
|
|
|