Skip to content

Commit 1629abe

Browse files
committed
added npm package.json
1 parent f7a6d43 commit 1629abe

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

package.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)