-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 861 Bytes
/
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": "qiitable",
"version": "2.0.0",
"main": "lib/index.js",
"author": {
"name": "ryamaguchi0220",
"email": "ryamaguchi0220@gmail.com"
},
"description": "Parse Qiita-like search queries",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ryamaguchi0220/qiitable/issues"
},
"engines": {
"node": ">=0.12"
},
"dependencies": {
"lodash": "^3.10.1"
},
"devDependencies": {
"mocha": "2.3.4",
"object-hash": "0.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ryamaguchi0220/qiitable.git"
},
"scripts": {
"test": "mocha --reporter list --bail"
},
"keywords": [
"qiita",
"github",
"search",
"filter",
"query",
"parser"
]
}