forked from senorcris/loopback-cascade-delete-mixin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 747 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 747 Bytes
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
{
"name": "loopback-cascade-delete-mixin",
"version": "1.0.0",
"description": "Delete related models",
"main": "index.js",
"scripts": {
"test": "mocha -R spec test",
"test-watch": "mocha -w -R spec test",
"test-debug": "mocha debug -R spec test",
"pretest": "jshint ."
},
"dependencies": {
"debug": "^2.2.0"
},
"devDependencies": {
"chai": "^3.4.1",
"jshint": "^2.5.6",
"mocha": "latest",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0",
"loopback": "^2.14.0",
"loopback-datasource-juggler": "^2.19.0"
},
"license": "MIT",
"author": "SenorCris <acxdev@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/senorcris/loopback-cascade-delete-mixin"
}
}