-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 755 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 755 Bytes
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
{
"name": "prepared-query-options",
"version": "1.2.2",
"license": "MIT",
"description": "JS Library for managing OData query parameter building and parsing",
"keywords": [
"OData",
"Query Parameters",
"Predicate"
],
"author": {
"name": "David Hamilton",
"email": "dph706@gmail.com",
"url": "http://www.davidpaulhamilton.net/"
},
"repository": {
"type": "git",
"url": "https://github.com/nova706/PreparedQueryOptions.git"
},
"engines": {
"node": "^6.9.1"
},
"main": "src/main.js",
"scripts": {
"test": "mocha --reporter spec tests/*.js"
},
"devDependencies": {
"chai": "*",
"mocha": "*"
}
}