This repository was 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
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.45 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.45 KB
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-products-availability-sync",
"description": "Sync product variants availability to an extra field (in order to be searchable)",
"version": "0.3.4",
"homepage": "https://github.com/sphereio/sphere-products-availability-sync",
"private": false,
"author": {
"name": "Nicola Molinari",
"email": "nicola.molinari@commercetools.de"
},
"repository": {
"type": "git",
"url": "https://github.com/sphereio/sphere-products-availability-sync.git"
},
"bugs": {
"url": "https://github.com/sphereio/sphere-products-availability-sync/issues"
},
"main": "main.js",
"engines": {
"node": ">= 0.10.0"
},
"bin": {
"products-availability-sync": "./bin/products-availability-sync"
},
"scripts": {
"build": "grunt build",
"test": "grunt coverage"
},
"dependencies": {
"bluebird": "2.9.33",
"lynx": "0.2.0",
"optimist": "0.6.1",
"sphere-node-sdk": "1.4.2",
"sphere-node-utils": "0.7.0",
"underscore": "1.8.3",
"underscore-mixins": "*"
},
"devDependencies": {
"coveralls": "2.10.0",
"grunt": "0.4.5",
"grunt-bump": "0.0.13",
"grunt-coffeelint": "0.0.8",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-coffee": "0.13.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-watch": "0.6.1",
"grunt-shell": "0.6.4",
"istanbul": "0.2.7",
"jasmine-node": "1.14.5",
"sphere-coffeelint": "sphereio/sphere-coffeelint#master",
"statsd": "0.7.x"
}
}