-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.16 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
44
{
"name": "iltis-twitter",
"version": "1.0.0",
"description": "Collates Tweets for use in broadcast",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"build": "node-sass -o public/css --output-style nested public/scss",
"start": "node index.js",
"watch": "nodemon index.js & nodemon -e scss -x \"npm run build\""
},
"author": "Nik Rahmel/XTV",
"license": "UNLICENSED",
"dependencies": {
"async": "^2.3.0",
"aws-sdk": "^2.48.0",
"bootstrap": "^4.0.0-alpha.6",
"config": "^1.25.1",
"cookie-parser": "^1.4.3",
"cookies-js": "^1.2.3",
"cors": "^2.8.3",
"express": "^4.15.2",
"filehound": "^1.16.1",
"font-awesome": "^4.7.0",
"hogan-express": "^0.5.2",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"oauth": "^0.9.15",
"socket.io": "^1.7.3",
"tether": "^1.4.0",
"twitter": "^1.7.0"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-iplayer-es6": "^3.1.0",
"eslint-plugin-mocha": "^4.9.0",
"node-sass": "^4.5.2",
"nodemon": "^1.11.0"
},
"eslintConfig": {
"extends": "iplayer-es6"
}
}