-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 971 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "overengineered-calculator",
"version": "1.0.0",
"description": "Need a calculator? Try this one, written in node/express. Our answers are better!",
"main": "index.js",
"scripts": {
"test": "mocha ./tests/**/*.tests.js --opts ./mocha.opts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/killthrush/overengineered-calculator.git"
},
"keywords": [
"hack"
],
"author": "Ben Peterson",
"license": "MIT",
"bugs": {
"url": "https://github.com/killthrush/overengineered-calculator/issues"
},
"homepage": "https://github.com/killthrush/overengineered-calculator#readme",
"dependencies": {
"express": "^4.14.1"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-preset-es2017": "^6.22.0",
"body-parser": "^1.16.1",
"chai": "^3.5.0",
"mocha": "^3.2.0",
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0"
}
}