This repository was archived by the owner on Dec 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.55 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "blindfold",
"version": "0.1.0",
"description": "Disable retweets from people you follow, all at once.",
"main": "server.js",
"scripts": {
"clean": "grunt clean",
"build": "grunt build",
"dist": "grunt dist",
"watch": "grunt watch",
"start": "node ./app/index.js"
},
"author": "Matthew Morek ([email protected])",
"license": "MIT",
"private": false,
"dependencies": {
"apicache": "^1.2.1",
"autoprefixer": "^8.1.0",
"body-parser": "^1.17.2",
"bugsnag": "^2.3.1",
"cookie-session": "^2.0.0-beta.3",
"cssnano": "^3.10.0",
"dotenv": "^5.0.1",
"express": "^4.14.1",
"express-sanitizer": "^1.0.2",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^3.1.0",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^2.0.0",
"helmet": "^3.6.1",
"modularscale-sass": "^3.0.3",
"morgan": "^1.8.2",
"node-sass": "^4.1.1",
"normalize-scss": "^7.0.1",
"nunjucks": "^3.0.1",
"passport": "^0.4.0",
"passport-twitter": "^1.0.4",
"postcss-discard-duplicates": "^2.1.0",
"postcss-scss": "^1.0.2",
"promise-limit": "^2.6.0",
"tachyons-sass": "^4.8.1",
"twitter": "^1.7.1",
"typi": "^3.1.2",
"vue": "^2.5.15"
},
"devDependencies": {
"browser-sync": "^2.18.13",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-watch": "~1.0.0",
"grunt-eslint": "~20.1.0",
"grunt-nodemon": "^0.4.2",
"semistandard": "*",
"time-grunt": "~1.4.0"
}
}