forked from BradyNadeau/ionic-orm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.04 KB
/
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": "ionic-orm",
"description": "Data-mapper ORM for Ionic WebSQL and SQLite",
"private": false,
"version": "0.0.5",
"license": "MIT",
"author": "Brady Liles <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/BradyLiles/ionic-orm.git"
},
"bugs": {
"url": "https://github.com/BradyLiles/ionic-orm/issues"
},
"tags": [
"orm",
"ionic",
"cordova",
"ionic-orm",
"websql",
"websql-orm",
"sqlite-orm"
],
"devDependencies": {
"grunt-contrib-jshint": "^1.0.0",
"typescript": "^2.0.3"
},
"dependencies": {
"@types/lodash": "^4.14.37",
"grunt": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"lodash": "^4.16.4",
"moment": "2.15.2"
},
"homepage": "https://github.com/BradyLiles/ionic-orm#readme",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"orm",
"ionic",
"cordova",
"ionic-orm",
"websql",
"websql-orm",
"sqlite-orm"
]
}