-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.09 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
{
"name": "boolean-search",
"version": "1.0.0",
"description": "A javascript library for evaluating boolean search terms.",
"main": "./source/ngBooleanSearch",
"repository": {
"type": "git",
"url": "git://github.com/artemgrygor/boolean-search"
},
"keywords": [
"angularjs",
"utils",
"boolean",
"search",
"underscore",
"expression",
"string"
],
"author": "Artem Grygor",
"license": "Apache License, Version 2.0",
"bugs": {
"url": "https://github.com/artemgrygor/boolean-search/issues"
},
"readmeFilename": "README.md",
"homepage": "https://github.com/artemgrygor/boolean-search",
"devDependencies": {
"gulp": "~3.6.0",
"gulp-karma": "0.0.4",
"gulp-jshint": "~1.5.1",
"karma": "^0.12.9",
"karma-chrome-launcher": "^0.1.3",
"karma-phantomjs-launcher": "^0.1.2",
"karma-mocha": "^0.1.3",
"karma-chai": "^0.1.0",
"karma-mocha-reporter": "^0.2.2",
"mocha": "^1.18.2",
"chai": "^1.9.1"
}
}