-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.51 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
50
51
52
53
54
55
56
57
58
59
{
"name": "restoff",
"namesub": "library",
"version": "0.2.29",
"description": "Rest Offline uses your existing RESTful APIs to synchronize client/server data allowing your application to run even when it goes offline.",
"main": "./dist/restoff.js",
"scripts": {
"test": "gulp"
},
"README": "Adding or removing from source requires you to restart gulp.",
"source": [
"src/util/header.js",
"src/lowdb-repo.js",
"src/restoff-utils.js",
"src/restoff-service.js",
"src/restoff-uri.js",
"src/restoff-pending.js",
"src/restoff.js",
"src/restoff-angular.js",
"src/util/footer.js"
],
"repository": {
"type": "git",
"url": "https://github.com/productops/restoff.git"
},
"keywords": [
"REST",
"offline",
"synchronization",
"database"
],
"author": "ProductOps <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/productops/restoff/issues"
},
"homepage": "https://github.com/productops/restoff",
"devDependencies": {
"angular": "^1.5.0",
"chai": "^3.5.0",
"express": "^4.13.4",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.3.1",
"gulp-header": "^1.7.1",
"gulp-livereload": "^3.8.1",
"gulp-mocha": "^2.2.0",
"gulp-mocha-phantomjs": "^0.11.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.5.2",
"gulp-util": "^3.0.7",
"json-server": "^0.8.8",
"mocha": "^2.4.5"
},
"dependencies": {
"lowdb": "^0.12.5"
}
}