-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.42 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
{
"name": "sphere-deleter",
"description": "Delete resources in SPHERE.IO.",
"version": "0.2.2",
"homepage": "https://github.com/mmoelli/sphere-deleter",
"private": false,
"author": {
"name": "Martin Möllmann",
"email": "[email protected]"
},
"maintainers": [],
"repository": {
"type": "git",
"url": "https://github.com/mmoelli/sphere-deleter.git"
},
"bugs": {
"url": "https://github.com/mmoelli/sphere-deleter/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mmoelli/sphere-deleter/blob/master/LICENSE"
}
],
"main": "lib/run",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt coverage"
},
"dependencies": {
"bluebird": "2.3.x",
"sphere-node-sdk": "1.2.0",
"sphere-node-utils": "0.6.0",
"optimist": "0.6.1"
},
"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.13.0",
"sphere-coffeelint": "git://github.com/sphereio/sphere-coffeelint.git#master"
},
"keywords": [
"sphere",
"sphereio",
"commercetools",
"commercetools platform",
"deleter",
"deletion"
]
}