-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.3 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
{
"name": "munchdb",
"version": "0.10.4",
"description": "MunchDB displays food hygiene ratings on your favourite UK takeaway websites: JustEat, HungryHouse & Deliveroo.",
"main": "inject.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/munchdb/munchdb-extension"
},
"author": "munchdb.com",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/munchdb/munchdb-extension/issues"
},
"homepage": "http://munchdb.com",
"devDependencies": {
"babel": "^5.8.38",
"babel-core": "^5.8.38",
"babel-loader": "^5.4.2",
"crx": "^0.4.4",
"event-stream": "*",
"firefox-profile": "~0.3.6",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-clean": "^0.3.1",
"gulp-concat": "*",
"gulp-exit": "0.0.2",
"gulp-hogan-compile": "^0.4.1",
"gulp-load-plugins": "^0.10.0",
"gulp-rename": "^1.2.0",
"gulp-run": "^1.6.4",
"gulp-run-sequence": "*",
"gulp-sass": "^2.3.2",
"gulp-util": "^2.2.20",
"gulp-zip": "^2.0.1",
"hogan.js": "^3.0.2",
"map-stream": "*",
"request": "^2.48.0",
"starx": "~0.1.7",
"stream-series": "*",
"underscore": "~1.7.0",
"underscore.string": "~2.4.0",
"webpack": "^1.13.2",
"webpack-stream": "^2.3.0"
}
}