-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1021 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 1021 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
32
33
34
35
36
37
38
39
40
41
42
{
"name": "angular-odata-filter",
"version": "0.0.1",
"description": "Angular filter based on OData",
"main": "src/angular-odata-filter.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mcgraphix/angular-odata-filter.git"
},
"keywords": [
"Angular",
"OData",
"filter",
"$filter"
],
"author": "Rob McKeown",
"license": "MIT",
"bugs": {
"url": "https://github.com/mcgraphix/angular-odata-filter/issues"
},
"homepage": "https://github.com/mcgraphix/angular-odata-filter#readme",
"dependencies": {
"angular": "^1.5.8"
},
"devDependencies": {
"angular-mocks": "^1.5.8",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-jshint": "^2.0.1",
"gulp-karma": "0.0.5",
"gulp-uglify": "^2.0.0",
"jshint": "^2.9.3",
"karma": "^1.3.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.2",
"karma-spec-reporter": "0.0.26",
"run-sequence": "^1.2.2"
}
}