feature(bower) add vk-openapi

This commit is contained in:
coderaiser 2015-06-04 06:51:04 -04:00
parent 9902e13c11
commit ba04ec275b
5 changed files with 1910 additions and 1705 deletions

View file

@ -27,6 +27,7 @@
"promise-polyfill": "~2.0.0",
"format-io": "~0.9.6",
"rendy": "~1.1.0",
"github": "~0.10.6"
"github": "~0.10.6",
"vk-openapi": "~0.0.1"
}
}

View file

@ -14,7 +14,7 @@ var CloudCmd, Util, DOM, VK;
console.time('vk');
var lUrl = 'http://vkontakte.ru/js/api/openapi.js',
lLocal = CloudCmd.LIBDIRCLIENT + 'storage/vk/open.js',
lLocal = CloudCmd.PREFIX + '/modules/vk-openapi/openapi/vk-openapi.js',
lOnload = function() {
console.timeEnd('vk load');

View file

@ -0,0 +1,24 @@
{
"name": "vk-openapi",
"version": "0.0.1",
"main": "openapi/vk-openapi.js",
"keywords": [
"vk",
"openapi",
"javascript"
],
"dependencies": {
"vk-openapi": "https://github.com/colmer/vk_openapi"
},
"homepage": "https://github.com/colmer/vk_openapi",
"_release": "0.0.1",
"_resolution": {
"type": "version",
"tag": "0.0.1",
"commit": "162049e7295aba1f979dd5efe8f676d5d03bfdb0"
},
"_source": "git://github.com/colmer/vk_openapi.git",
"_target": "~0.0.1",
"_originalSource": "vk-openapi",
"_direct": true
}

View file

@ -0,0 +1,13 @@
{
"name": "vk-openapi",
"version": "0.0.1",
"main": "openapi/vk-openapi.js",
"keywords": [
"vk",
"openapi",
"javascript"
],
"dependencies": {
"vk-openapi": "https://github.com/colmer/vk_openapi"
}
}