forked from HarmlessSystems/security.txt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 933 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
{
"name": "security.txt",
"version": "1.1.0",
"description": "Cross-platform browser extension for security.txt and humans.txt files.",
"homepage": "https://www.harmless.systems/products/security-txt.html",
"main": "Gruntfile.js",
"repository": "[email protected]:HarmlessSystems/security.txt.git",
"author": "Harmless Systems <[email protected]>",
"license": "BSD-2-Clause",
"scripts": {
"build": "grunt",
"lint": "grunt lint",
"release": "grunt release"
},
"devDependencies": {
"async": "^3.2.0",
"grunt": "^1.1.0",
"grunt-browserify": "^5.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^1.6.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-mkdir": "^1.0.0",
"load-grunt-tasks": "^5.1.0",
"lodash": "^4.17.15",
"minimatch": "^3.0.4",
"webextension-polyfill": "^0.6.0"
}
}