UNPKG

836 BJSONView Raw
1{
2 "name": "oreo",
3 "version": "0.3.1",
4 "description": "SQL CRUD utility with schema detection",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha -b"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/will123195/oreo.git"
12 },
13 "keywords": [
14 "postgres",
15 "pg",
16 "pgsql",
17 "postgresql",
18 "mysql",
19 "orm",
20 "activerecord",
21 "bookshelf",
22 "sequelize",
23 "persistence",
24 "waterline",
25 "jugglingdb",
26 "sql",
27 "crud",
28 "squel",
29 "moron",
30 "torodb",
31 "massive"
32 ],
33 "author": "will123195",
34 "license": "MIT",
35 "bugs": {
36 "url": "https://github.com/will123195/oreo/issues"
37 },
38 "homepage": "https://github.com/will123195/oreo",
39 "devDependencies": {
40 "bluebird": "^3.3.3",
41 "mocha": "^2.4.5",
42 "mysql": "^2.10.2",
43 "pg": "^4.5.1"
44 }
45}