forked from commercetools/sphere-stock-import
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.35 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
{
"name": "sphere-stock-xml-import",
"description": "Import your stock data into SPHERE.IO's inventory from XML.",
"version": "0.0.30",
"homepage": "https://github.com/hajoeichler/sphere-stock-xml-import",
"private": false,
"author": {
"name": "Hajo Eichler",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/hajoeichler/sphere-stock-xml-import.git"
},
"bugs": {
"url": "https://github.com/hajoeichler/sphere-stock-xml-import/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/hajoeichler/sphere-stock-xml-import/blob/master/LICENSE-MIT"
}
],
"main": "main.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt coverage"
},
"dependencies": {
"optimist": "~0.6.0",
"sphere-node-connect": "0.2.6",
"sphere-node-sync": "0.3.10",
"underscore": "~1.5.2",
"q": "~1.0.0",
"xml2js": "~0.4.0"
},
"devDependencies": {
"coveralls": "~2.7.1",
"grunt": "~0.4.1",
"grunt-bump": "~0.0.11",
"grunt-coffeelint": "~0.0.7",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.10.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-shell": "~0.6.2",
"istanbul": "~0.2.3",
"jasmine-node": "~1.13.0"
},
"keywords": []
}