forked from honestbleeps/Reddit-Enhancement-Suite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 821 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
{
"name": "RES",
"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.1.1",
"grunt": "^0.4.5",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-qunit": "^0.5.2",
"grunt-contrib-watch": "^0.6.1",
"gulp": "^3.8.10",
"gulp-imagemin": "^2.1.0",
"gulp-notify": "^2.1.0",
"gulp-zip": "^2.0.2",
"qunitjs": "^1.16.0",
"selenium-server": "^2.44.0",
"selenium-webdriver": "^2.44.0",
"wrench": "^1.5.8"
},
"license": "GPL-3.0",
"readmeFilename": "README.md"
}