Add gitignore, test.js

This commit is contained in:
Amanpreet Singh 2015-04-26 12:37:00 +05:30
parent ebaed8e71d
commit c6f61ac4ca
3 changed files with 32 additions and 27 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
node_modules

View file

@ -3,7 +3,7 @@
"title": "CTF Tools",
"description": "A curated list of CTF frameworks, libraries, resources and softwares.",
"version": "1.0.0",
"homepage": "http://github.com/apsdehal/ctf-tool",
"homepage": "http://github.com/apsdehal/ctf-tools",
"author": {
"name": "Amanpreet Singh and contributors",
"url": "https://github.com/apsdehal/ctf-tools/graphs/contributors"
@ -13,6 +13,10 @@
"url": "https://github.com/apsdehal/ctf-tools.git"
},
"bugs": "https://github.com/apsdehal/ctf-tools/issues",
"devDependencies": {
"mocha": "~2.2.1",
"marked": "^0.3.3"
},
"licenses": [
{
"type": "MIT",
@ -23,7 +27,7 @@
"node": ">= 0.8.0"
},
"scripts": {
"test": "node test.js",
"test": "node test.js"
},
"keywords": []
"keywords": [],
}

0
tests/test.js Normal file
View file