This repository has been archived by the owner on Mar 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.58 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "sphere-order-distribution",
"description": "Distributes your SPHERE.IO marketplace orders to the dedicated retailer.",
"version": "0.2.4",
"homepage": "https://github.com/sphereio/sphere-order-distribution",
"private": true,
"keywords": [
"sphere",
"api"
],
"author": {
"name": "Hajo Eichler",
"email": "[email protected]"
},
"contributors": [
{
"name": "Nicola Molinari",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/sphereio/sphere-order-distribution.git"
},
"bugs": {
"url": "https://github.com/sphereio/sphere-order-distribution/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/sphereio/sphere-order-distribution/blob/master/LICENSE-MIT"
}
],
"main": "main.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt coverage"
},
"dependencies": {
"optimist": "0.6.1",
"q": "1.0.1",
"sphere-node-client": "0.7.6",
"sphere-node-sync": "0.5.14",
"sphere-node-utils": "0.4.11",
"underscore": "1.6.0"
},
"devDependencies": {
"coveralls": "2.10.0",
"grunt": "0.4.4",
"grunt-bump": "0.0.13",
"grunt-coffeelint": "0.0.8",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-coffee": "0.10.1",
"grunt-contrib-concat": "0.4.0",
"grunt-contrib-watch": "0.6.1",
"grunt-shell": "0.6.4",
"istanbul": "0.2.7",
"jasmine-node": "1.14.2",
"sphere-coffeelint": "git://github.com/sphereio/sphere-coffeelint.git#master"
}
}