forked from schemaio/schema-node-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 756 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 756 Bytes
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
{
"name": "schema-client",
"version": "3.0.8",
"description": "Schema API Client for NodeJS",
"keywords": [
"schema",
"ecommerce",
"payments",
"api"
],
"homepage": "https://github.com/schemaio/schema-node-client",
"author": "Schema",
"repository": {
"type": "git",
"url": "git://github.com/schemaio/schema-node-client.git"
},
"bugs:": "https://github.com/schemaio/schema-node-client/issues",
"engines": {
"node": ">= v0.10.0"
},
"main": "./lib/client.js",
"devDependencies": {
"chai": "~3.4.1",
"eslint": "^1.10.3",
"mocha": "~2.3.4",
"sinon": "^1.17.2"
},
"dependencies": {
"bluebird": "^3.1.1"
},
"license": "MIT",
"scripts": {
"test": "mocha lib/*.test.js"
}
}