forked from Solutions2Share/breeze-kendo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1 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
{
"name": "breeze-kendo",
"version": "0.1.2",
"description": "Kendo UI DataSource for accessing data via the BreezeJS library.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/iozag/breeze-kendo"
},
"keywords": [
"breeze",
"kendo"
],
"author": "IOZ AG",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/iozag/breeze-kendo/issues"
},
"homepage": "https://github.com/iozag/breeze-kendo",
"devDependencies": {
"del": "^2.1.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-jshint": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"jshint": "^2.8.0",
"jshint-stylish": "^2.1.0",
"path": "^0.12.7",
"yargs": "^3.31.0"
},
"dependencies": {
"express": "3.x",
"orm": "2.x",
"sqlite3": "2.1.x",
"breeze-mongodb": "",
"mongodb": ""
}
}