forked from NITDgpOS/Fearch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 790 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
{
"name": "chrome-search-extension",
"version": "0.1.0",
"description": "Searches FTP servers over the web for music, videos, eBooks and other content.",
"main": "popup.js",
"scripts": {
"ci:lint": "grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NIT-dgp/chrome-search-extension.git"
},
"keywords": [
"chrome",
"extension"
],
"author": "Sparsh Paliwal",
"license": "MIT",
"bugs": {
"url": "https://github.com/NIT-dgp/chrome-search-extension/issues"
},
"homepage": "https://github.com/NIT-dgp/chrome-search-extension#readme",
"devDependencies": {
"eslint": "^3.9.1",
"eslint-config-airbnb-base": "^9.0.0",
"eslint-plugin-import": "^2.1.0",
"grunt": "^1.0.1",
"grunt-eslint": "^19.0.0"
}
}