-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.59 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
{
"name": "omertabeyond",
"version": "3.0.0-dev",
"author": "OBDev Team (https://github.com/OmertaBeyond/OBv3)",
"contributors": [
"vBm <[email protected]>",
"Dopedog <[email protected]>",
"Rix <[email protected]>",
"MrWhite <[email protected]>",
"MurderInc <[email protected]>",
"Sebbe <[email protected]>",
"Brainscrewer <[email protected]>",
"semitom <[email protected]>"
],
"description": "Userscript for barafranca.com",
"homepage": "https://news.omertabeyond.net",
"repository": {
"type": "git",
"url": "https://github.com/OmertaBeyond/OBv3.git"
},
"bugs": {
"url": "https://github.com/OmertaBeyond/OBv3/issues"
},
"license": "GPL-3.0",
"scripts": {
"test": "grunt --verbose"
},
"readmeFilename": "Readme.md",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^10.1.0",
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
"babel-preset-es2015": "^6.24.1",
"grunt": "^1.1.0",
"grunt-babel": "^7.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^23.0.0",
"grunt-lintspaces": "^0.9.0",
"load-grunt-tasks": "^5.1.0",
"time-grunt": "^2.0.0"
}
}