-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.16 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.16 KB
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
{
"name": "battered-shield-public",
"version": "0.0.1",
"description": "Tested in Tampermonkey (Chrome). Won't test on Firefox.",
"main": "battered-shield-helper.user.js",
"repository": {
"type": "git",
"url": "git+https://github.com/AlorelUserscripts/battered-shield-notifier.git"
},
"scripts": {
"doctoc:changelog": "doctoc CHANGELOG.md --github",
"doctoc:readme": "doctoc README.md --github"
},
"private": true,
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AlorelUserscripts/battered-shield-notifier/issues"
},
"homepage": "https://github.com/AlorelUserscripts/battered-shield-notifier#readme",
"devDependencies": {
"babel-core": "6.22",
"babel-plugin-transform-es5-property-mutators": "6.22.0",
"babel-preset-latest": "6.22",
"babel-preset-stage-0": "6.22.0",
"babel-preset-stage-1": "6.22.0",
"babel-preset-stage-2": "6.22.0",
"babel-preset-stage-3": "6.22.0",
"babelify": "7.3",
"bluebird": "3.4.7",
"browserify": "14.0",
"cross-spawn": "5.0.1",
"doctoc": "1.2.0",
"lodash.values": "4.3.0",
"uglify-js": "2.7.5",
"userscript-utils": "1.0"
}
}