forked from OmertaBeyond/OBv2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 850 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": "OmertaBeyond",
"version": "2.0.54",
"author": "OBDev Team (https://github.com/OmertaBeyond/OBv2)",
"description": "Userscript for barafranca.com",
"homepage": "http://news.omertabeyond.com",
"repository": {
"type": "git",
"url": "https://github.com/OmertaBeyond/OBv2.git"
},
"bugs": {
"url": "https://github.com/OmertaBeyond/OBv2/issues"
},
"license": "GPLv3",
"scripts": {
"test": "grunt --verbose"
},
"readmeFilename": "Readme.md",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-csslint": "~0.3.1",
"grunt-lintspaces": "~0.6.0",
"grunt-jscs": "~0.7.1",
"load-grunt-tasks": "~0.6.0",
"time-grunt": "~1.0.0",
"jshint-summary": "~0.4.0"
}
}