-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.33 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.33 KB
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
{
"name": "createreadupdatedelete.js",
"description": "Simple ORM/ActiveRecord for WebSQL that covers 90% of use cases. Supports 1:1, 1:many and many:many relations, indexes, fixtures and migrations.",
"version": "0.8.0",
"keywords": [
"activerecord",
"crud",
"orm",
"websql"
],
"contributors": [
"Garfield69 (https://github.com/Garfield69)"
],
"maintainers": [
"SchizoDuckie (https://github.com/SchizoDuckie)"
],
"demos": [
"http://schizoduckie.github.io/CreateReadUpdateDelete.js/docs/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/SchizoDuckie/CreateReadUpdateDelete.js.git"
},
"license": "UNLICENSED",
"homepage": "http://schizoduckie.github.io/CreateReadUpdateDelete.js",
"dependencies": {
"articles": "^0.2.1",
"bluebird": "^3.3.4",
"dom-storage": "^2.0.2",
"es6-promise": "^3.0.2",
"inquirer": "^0.11.0",
"pluralize": "^1.2.1",
"sqlite-parser": "^0.10.2",
"uglify-js": "^2.5.0",
"websql": "^0.1.0"
},
"bugs": {
"url": "https://github.com/SchizoDuckie/CreateReadUpdateDelete.js/issues"
},
"main": "src/CRUD.SqliteAdapter.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "SchizoDuckie"
}