-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 879 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "1vk",
"version": "1.2.3",
"description": "smart and efficient sdk for vk.com API",
"main": "index.js",
"scripts": {
"test": "karma start"
},
"repository": {
"type": "git",
"url": "https://github.com/ZigGreen/1VK.git"
},
"keywords": [
"vk",
"vkapi",
"vkcom",
"vk.com",
"vkontakte",
"vksdk",
"sdk",
"api"
],
"author": "ZigGreen <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ZigGreen/1VK/issues"
},
"homepage": "https://github.com/ZigGreen/1VK",
"devDependencies": {
"browserify": "^9.0.3",
"exorcist": "^0.1.6",
"gulp": "^3.8.11",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"vinyl-source-stream": "^1.1.0",
"watchify": "^2.6.0"
},
"dependencies": {
"promise-deferred": "^2.0.1",
"underscore": "^1.8.2"
}
}