-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
61 lines (61 loc) · 1.54 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
60
61
{
"name": "ml-search-ng",
"version": "0.2.8",
"description": "An angular module for common search-app use cases",
"dependencies": {},
"devDependencies": {
"eslint-config-standard": "^4.4.0",
"eslint-plugin-standard": "^1.3.1",
"gulp": "^3.9.0",
"gulp-concat": "^2.5.2",
"gulp-coveralls": "^0.1.4",
"gulp-eslint": "^1.0.0",
"gulp-gh-pages": "^0.5.2",
"gulp-less": "^3.0.3",
"gulp-minify-html": "^1.0.3",
"gulp-ng-html2js": "^0.2.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",
"gulp-rm": "^1.0.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"jasmine-core": "^2.3.4",
"jquery": "^2.1.4",
"jsdoc": "^3.3.1",
"jsdoc-baseline": "git://github.com/hegemonic/jsdoc-baseline.git#887a5a5",
"karma": "^0.13.10",
"karma-coverage": "^0.5.2",
"karma-jasmine": "^0.3.5",
"karma-ng-json2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "^0.2.0",
"phantomjs": "^1.9.17",
"phantomjs-polyfill": "0.0.1",
"yargs": "^3.25.0"
},
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "gulp test --fatal warning"
},
"license": "Apache-2.0",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/joemfb/ml-search-ng.git"
},
"keywords": [
"angular",
"angularjs",
"marklogic",
"search"
],
"author": "joemfb",
"bugs": {
"url": "https://github.com/joemfb/ml-search-ng/issues"
},
"homepage": "https://github.com/joemfb/ml-search-ng",
"private": true
}