-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 889 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": "backtory-sdk",
"version": "0.3.5",
"description": "Backtory SDK for NodeJs",
"main": "index.js",
"devDependencies": {
"chai": "^1.8.1",
"mocha": "^1.16.2"
},
"dependencies": {
"unirest": "0.5.1",
"async": "2.1.4",
"backbone": "1.3.3",
"bluebird": "3.4.6",
"raven": "0.12.3"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"backtory",
"sdk",
"nodejs",
"pegah"
],
"author": "Pegah Co. (http://pegahtech.ir/)",
"contributors": [
"Majid Mobini <[email protected]>"
],
"repository": {
"type": "git",
"url": "git+https://github.com/backtory/backtory-sdk-node.git"
},
"bugs": {
"url": "https://github.com/backtory/backtory-sdk-node/issues"
},
"homepage": "https://github.com/backtory/backtory-sdk-node",
"license": "Apache-2.0",
"directories": {
"test": "test"
}
}