forked from murilopolese/sails-parse
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1020 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "waterline-sails-parse",
"version": "0.10.0",
"description": "sails-parse adapter for Sails / Waterline",
"main": "adapter.js",
"scripts": {
"test": "node test/integration/runner -R spec -b"
},
"repository": {"type":"git","url":"git://github.com/balderdashy/waterline-%s.git"},
"keywords": [
"parse",
"sails-parse",
"adapter",
"sails",
"waterline",
"sails.js",
"plugin"
],
"contributors": [
{
"name": "Murilo Polese"
},
{
"name": "Tim Skaggs",
"email": "me@timskaggs.com"
}
],
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"async": "0.1.22",
"lodash": "~2.0.0",
"kaiseki": "~0.5.4",
"moment": "~2.8.0"
},
"devDependencies": {
"waterline-adapter-tests": "~0.10.0",
"mocha": "*",
"captains-log": "~0.11.0"
},
"waterlineAdapter": {
"type": "sails-parse",
"interfaces": [
"semantic",
"queryable"
],
"waterlineVersion": "~0.10.0"
}
}