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 1
/
package.json
70 lines (70 loc) · 1.68 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
64
65
66
67
68
69
70
{
"name": "sphere-stock-export",
"description": "Export your stock information from SPHERE.IO's inventory into CSV!",
"version": "1.1.0",
"homepage": "https://github.com/sphereio/sphere-stock-export",
"private": false,
"author": {
"name": "Martin Möllmann",
"email": "[email protected]"
},
"maintainers": [],
"repository": {
"type": "git",
"url": "https://github.com/sphereio/sphere-stock-export.git"
},
"bugs": {
"url": "https://github.com/sphereio/sphere-stock-export/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/sphereio/sphere-stock-export/blob/master/LICENSE"
}
],
"bin": {
"stock-export": "bin/stock-export"
},
"main": "lib/run",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt coverage"
},
"dependencies": {
"bluebird": "2.9.25",
"coffeelint": "1.14.2",
"csv": "0.3.0",
"optimist": "0.6.1",
"path": "0.11.14",
"safe-access": "0.1.0",
"sphere-node-sdk": "^1.17.6",
"sphere-node-utils": "^0.9.1",
"tmp": "0.0.25",
"underscore": "1.8.3",
"underscore-mixins": "0.1.4"
},
"devDependencies": {
"coveralls": "2.11.2",
"grunt": "0.4.5",
"grunt-bump": "0.3.1",
"grunt-cli": "^1.2.0",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-coffee": "0.13.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-watch": "0.6.1",
"grunt-shell": "1.1.2",
"istanbul": "0.3.13",
"jasmine-node": "1.14.5",
"sphere-coffeelint": "sphereio/sphere-coffeelint#master"
},
"keywords": [
"sphere",
"sphereio",
"stock",
"export",
"csv"
]
}