We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a64bfcb commit bdb2a6fCopy full SHA for bdb2a6f
examples/tictactoe/package.json
@@ -1,22 +1,17 @@
1
{
2
"name": "tictactoe",
3
"version": "1.0.0",
4
- "description": "Codesmith testing unit",
+ "description": "Tic Tac Toe",
5
"scripts": {
6
"start": "node index.js",
7
"build": "./node_modules/.bin/webpack -w",
8
"test": "export NODE_ENV=test && mocha --timeout 8000 test/"
9
},
10
"repository": {
11
"type": "git",
12
- "url": "git+https://github.com/CodesmithLLC/unit-12-testing.git"
13
14
"author": "David Petri <[email protected]> (davidpetri.com)",
15
"license": "ISC",
16
- "bugs": {
17
- "url": "https://github.com/CodesmithLLC/unit-12-testing/issues"
18
- },
19
- "homepage": "https://github.com/CodesmithLLC/unit-12-testing#readme",
20
"dependencies": {
21
"body-parser": "^1.15.0",
22
"casperjs": "^1.1.4",
0 commit comments