forked from honestbleeps/Reddit-Enhancement-Suite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 932 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
{
"name": "reddit-enhancement-suite",
"version": "4.5.4",
"description": "A suite of modules that enhance your Reddit browsing experience",
"private": true,
"homepage": "http://redditenhancementsuite.com/",
"repository": {
"type": "git",
"url": "https://github.com/honestbleeps/Reddit-Enhancement-Suite.git"
},
"devDependencies": {
"del": "^1.2.0",
"grunt": "^0.4.5",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-qunit": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jscs": "^2.0.0",
"gulp": "^3.9.0",
"gulp-notify": "^2.2.0",
"gulp-replace-async": "^0.0.1",
"gulp-zip": "^3.0.2",
"matchdep": "^0.3.0",
"minimist": "^1.1.2",
"qunitjs": "^1.18.0",
"selenium-server": "^2.46.0",
"selenium-webdriver": "^2.46.1",
"wrench": "^1.5.8"
},
"license": "GPL-3.0"
}