-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.02 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
42
43
{
"name": "6week",
"version": "1.0.0",
"description": "Twitter type app that has users and tweets",
"main": "index.js",
"scripts": {
"start": "nodemon src/server.js",
"test": "tape 'backendTests/handlerTest.js' | tnyan"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FloatingIntegers/twitterish2.0.git"
},
"keywords": [
"twitter",
"postgresql"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FloatingIntegers/twitterish2.0/issues"
},
"homepage": "https://github.com/FloatingIntegers/twitterish2.0#readme",
"devDependencies": {
"babel": "6.5.2",
"babel-preset-es2015": "6.9.0",
"eslint": "^2.9.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.10.2",
"eslint-plugin-jsx-a11y": "^1.5.5",
"eslint-plugin-react": "^5.2.2",
"tap-nyan": "0.0.2"
},
"dependencies": {
"pg": "^6.0.2",
"pg-pool": "^1.3.1",
"shot": "^3.1.0",
"tape": "^4.6.0"
},
"engines": {
"node": "6.2.2"
}
}