this repo has no description
1{
2 "name": "advent-of-code",
3 "version": "1.0.0",
4 "description": "Advent Of Code solutions in JS.",
5 "main": "index.js",
6 "scripts": {
7 "start": "node index.js",
8 "test": "./node_modules/.bin/mocha spec"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+ssh://git@github.com/sethetter/advent-of-code.git"
13 },
14 "author": "Seth Etter <sethetter@gmail.com> (http://sethetter.com)",
15 "license": "ISC",
16 "bugs": {
17 "url": "https://github.com/sethetter/advent-of-code/issues"
18 },
19 "homepage": "https://github.com/sethetter/advent-of-code#readme",
20 "devDependencies": {},
21 "dependencies": {
22 "chai": "^3.4.1",
23 "mocha": "^2.3.4"
24 }
25}