-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.01 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "anyfetch-chrome",
"version": "3.1.0",
"description": "AnyFetch Chrome extension",
"main": "dist/main.js",
"scripts": {
"postinstall": "node ./node_modules/.bin/bower install",
"test": "NODE_ENV=test mocha --recursive -R spec test/ -t 5000",
"lint": "gulp lint && jscs assets/ test/"
},
"repository": {
"type": "git",
"url": "git://github.com/AnyFetch/anyfetch-chrome.git"
},
"keywords": [
"anyfetch",
"chrome",
"extension",
"search",
"context"
],
"author": "Merlin Nimier-David <[email protected]>",
"contributors": [
{
"name": "Tanguy Hélesbeux",
"email": null,
"url": "https://github.com/Tgy31"
},
{
"name": "Matthieu Bacconnier",
"email": "[email protected]",
"url": "https://github.com/Neamar"
},
{
"name": "Quentin Buathier",
"email": "[email protected]",
"url": "https://github.com/Quentin01"
},
{
"name": "Merlin Nimier-David",
"email": "[email protected]",
"url": "https://github.com/merlinND"
},
{
"name": "Antoine Bolvy",
"email": "[email protected]",
"url": "https://github.com/saveman71"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/AnyFetch/anyfetch-chrome/issues"
},
"homepage": "https://github.com/AnyFetch/anyfetch-chrome",
"dependencies": {
"async": "^0.9.0",
"bower": "^1.3.12",
"brfs": "^1.2.0",
"browserify": "^7.0.0",
"gulp": "^3.8.10",
"gulp-jade": "^0.10.0",
"gulp-jshint": "^1.9.0",
"gulp-less": "^3.0.0",
"gulp-rename": "^1.2.0",
"gulp-util": "^3.0.1",
"gulp-zip": "^2.0.2",
"jshint-stylish": "^1.0.0",
"moment": "^2.8.4",
"mustache": "^0.8.2",
"rarity": "^2.1.1",
"validator": "^3.27.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"zepto": "0.0.4"
},
"devDependencies": {
"jscs": "^1.8.1",
"mocha": "^2.0.1",
"sinon": "^1.12.2",
"should": "^4.3.0"
}
}