forked from htammen/n-odata-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.14 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
{
"name": "n-odata-server",
"version": "0.3.9",
"description": "OData server for loopback framework",
"main": "index.js",
"scripts": {
"_pretest": "jshint .",
"test": "./node_modules/.bin/istanbul test ./node_modules/.bin/_mocha test/**/*.js",
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha test/**/*.js"
},
"dependencies": {
"log4js": "^0.6.31",
"odata-parser": "^1.2.1",
"xmlbuilder": "^4.1.0"
},
"devDependencies": {
"body-parser": "^1.14.1",
"chai": "^2.1.1",
"chai-as-promised": "^5.2.0",
"compression": "^1.0.3",
"cors": "^2.5.2",
"grunt": "^0.4.5",
"grunt-mocha-test": "^0.12.7",
"grunt-ts": "^5.2.0",
"istanbul": "^0.4.2",
"jshint": "^2.5.6",
"loopback": "^2.22.0",
"loopback-boot": "^2.6.5",
"loopback-component-explorer": "^2.1.0",
"loopback-datasource-juggler": "^2.39.0",
"mocha": "^2.3.3",
"serve-favicon": "^2.0.1",
"sinon": "^1.13.0",
"supertest": "^0.15.0",
"tsd": "^0.6.5"
},
"repository": {
"type": "git",
"url": "https://github.com/htammen/n-odata-server.git"
},
"license": "MIT"
}