Skip to content

Commit

Permalink
Add gitignore, test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
apsdehal committed Apr 26, 2015
1 parent ebaed8e commit c6f61ac
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 27 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
58 changes: 31 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,33 @@
{
"name": "ctf-tools",
"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",
"author": {
"name": "Amanpreet Singh and contributors",
"url": "https://github.com/apsdehal/ctf-tools/graphs/contributors"
},
"repository": {
"type": "git",
"url": "https://github.com/apsdehal/ctf-tools.git"
},
"bugs": "https://github.com/apsdehal/ctf-tools/issues",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/apsdehal/ctf-tools/LICENSE.txt"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "node test.js",
},
"keywords": []
"name": "ctf-tools",
"title": "CTF Tools",
"description": "A curated list of CTF frameworks, libraries, resources and softwares.",
"version": "1.0.0",
"homepage": "http://github.com/apsdehal/ctf-tools",
"author": {
"name": "Amanpreet Singh and contributors",
"url": "https://github.com/apsdehal/ctf-tools/graphs/contributors"
},
"repository": {
"type": "git",
"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",
"url": "https://github.com/apsdehal/ctf-tools/LICENSE.txt"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "node test.js"
},
"keywords": [],
}
Empty file added tests/test.js
Empty file.

0 comments on commit c6f61ac

Please sign in to comment.