-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
41 lines (41 loc) · 1.11 KB
/
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
37
38
39
40
41
{
"name": "todoist",
"version": "1.0.3",
"scripts": {
"dev": "DB=todoist LEVEL=silly PORT=3333 nodemon dst/server.js"
},
"author": "Chyld Medford",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-eslint": "^6.0.5",
"babel-plugin-transform-es2015-destructuring": "^6.9.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.10.3",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.5.0",
"chokidar-cli": "^1.2.0",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.9.2",
"eslint-plugin-jsx-a11y": "^1.5.3",
"eslint-plugin-react": "^5.2.2",
"istanbul": "^0.4.4",
"mocha": "^2.5.3",
"nock": "^8.0.0",
"nodemon": "^1.9.2",
"sinon": "^1.17.4",
"supertest": "^1.2.0"
},
"dependencies": {
"bluebird": "^3.4.1",
"body-parser": "^1.15.2",
"compression": "^1.6.2",
"express": "^4.14.0",
"moment": "^2.13.0",
"mongoose": "^4.5.1",
"pug": "^2.0.0-beta3",
"request": "^2.72.0",
"winston": "^2.2.0"
}
}