forked from SabreLabs/sabre-dev-studio-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.01 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.01 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
{
"name": "sabre-dev-studio",
"description": "NodeJS wrapper for the Sabre Dev Studio API",
"version": "0.1",
"homepage": "http://wbengine.ru",
"author": {
"name": "Konsantin Bodnia",
"email": "kest.bodnya@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/qstyler/sabre-dev-studio-node.git"
},
"bugs": {
"url": "https://github.com/qstyler/sabre-dev-studio-node/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/qstyler/sabre-dev-studio-node/blob/master/LICENSE-MIT"
}
],
"main": "lib/sabre-dev-studio",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt nodeunit"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-watch": "~0.5.3",
"grunt": "~0.4.4",
"nock": "~0.28.2",
"moment": "~2.6.0"
},
"dependencies": {
"oauth": "~0.9.11",
"bunyan": "~0.22.3",
"simple-errors": "~0.0.4"
},
"keywords": []
}