-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 841 Bytes
/
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
{
"name": "sails-mock-models",
"version": "0.0.6",
"description": "Simple mocks for sails js model queries",
"main": "lib/index.js",
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ryanwilliamquinn/sails-mock-models.git"
},
"keywords": [
"sails",
"sails.js",
"testing",
"mock"
],
"author": "Ryan Quinn <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ryanwilliamquinn/sails-mock-models/issues"
},
"homepage": "https://github.com/ryanwilliamquinn/sails-mock-models#readme",
"dependencies": {
"lodash": "^3.10.1",
"sinon": "^1.15.x",
"waterline": "^0.10.x"
},
"devDependencies": {
"mocha": "^2.2.x",
"sails-memory": "^0.10.x",
"should": "^7.0.x"
}
}