-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 882 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
{
"name": "calorie_counter",
"version": "1.0.0",
"description": "Calorie counter application with revealing module pattern",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/annatorok/calorie_counter.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/annatorok/calorie_counter/issues"
},
"homepage": "https://github.com/annatorok/calorie_counter#readme",
"devDependencies": {
"eslint": "^3.1.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.11.0",
"eslint-plugin-jsx-a11y": "^1.5.5",
"eslint-plugin-react": "^5.2.2"
},
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0",
"mysql": "^2.11.1",
"sinon": "^1.17.4",
"tape": "^4.6.0"
}
}