We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a6d43 commit 1629abeCopy full SHA for 1629abe
package.json
@@ -0,0 +1,24 @@
1
+{
2
+ "name": "arf",
3
+ "version": "1.0.0",
4
+ "description": "Advanced Reconnaissance Framework",
5
+ "main": "public/index.html",
6
+ "scripts": {
7
+ "postinstall": "copyfiles -f ./node_modules/d3/d3.min.js ./public/js/vendor/d3",
8
+ "start": "cd ./public; python -m SimpleHTTPServer 8000"
9
+ },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git+https://github.com/lockfale/ARF.git"
13
14
+ "author": "Justin Nordine (s0lray)",
15
+ "license": "",
16
+ "bugs": {
17
+ "url": "https://github.com/lockfale/ARF/issues"
18
19
+ "homepage": "https://github.com/lockfale/ARF#readme",
20
+ "devDependencies": {
21
+ "copyfiles": "^1.0.0",
22
+ "d3": "^3.5.16"
23
+ }
24
+}
0 commit comments