-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.14 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.14 KB
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
43
44
45
46
47
{
"name": "@vk-x/vk-api",
"version": "0.5.0",
"description": "JavaScript Driver for vk.com API",
"main": "dist/vk-api.js",
"scripts": {
"build": "webpack",
"gen-methods": "coffee gen-method-list.coffee",
"prepublish": "npm run build",
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vk-x/vk-api.git"
},
"keywords": [
"vk",
"vk.com",
"api",
"vk-api",
"vk-x"
],
"author": "Nikita Litvin <n@deltaidea.com> (https://github.com/deltaidea)",
"license": "MIT",
"bugs": {
"url": "https://github.com/vk-x/vk-api/issues"
},
"homepage": "https://github.com/vk-x/vk-api#readme",
"devDependencies": {
"chai": "^3.5.0",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.10.0",
"inject-loader": "^2.0.1",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.3",
"karma-mocha": "^0.2.2",
"karma-sinon-chai": "^1.2.0",
"karma-webpack": "^1.7.0",
"lolex": "^1.4.0",
"mocha": "^2.4.5",
"request": "^2.71.0",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"webpack": "^1.13.0"
}
}