-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
92 lines (92 loc) · 2.73 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "jsunderhood",
"version": "0.1.2",
"description": "Коллективный твиттер-аккаунт для фронтенд-разработчиков с новым автором каждую неделю",
"main": "index.js",
"scripts": {
"migrate": "babel-node migration",
"update": "babel-node update",
"deploy": "gulp deploy",
"deploy:ci": "npm-run-all git-setup:ci update save deploy",
"pretest": "gulp build",
"test": "mocha --require babel/register --timeout 240000",
"tdd": "npm test -- --watch",
"posttest": "gulp clean",
"start": "gulp",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/iamstarkov/jsunderhood.git"
},
"author": "Vladimir Starkov <[email protected]> (https://iamstarkov.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/iamstarkov/jsunderhood/issues"
},
"homepage": "https://github.com/iamstarkov/jsunderhood#readme",
"dependencies": {
"article-data": "^0.3.1",
"autoprefixer": "^6.1.0",
"babel": "^5.8.29",
"babel-loader": "^5.3.3",
"bignum-dec": "^1.0.1",
"bootstrap": "^3.3.4",
"buildbranch": "0.0.3",
"commonmark-helpers": "^0.4.1",
"each-done": "^1.0.0",
"exports-loader": "^0.6.2",
"express": "^4.12.4",
"file-type": "^3.1.0",
"fs-extra": "^0.26.0",
"get-tweets": "^3.0.0",
"get-twitter-followers": "^1.1.0",
"get-twitter-info": "^1.0.5",
"got": "^5.0.0",
"gulp": "^3.9.0",
"gulp-debug": "^2.1.2",
"gulp-jade": "^1.0.1",
"gulp-jimp": "^0.1.0",
"gulp-postcss": "^6.0.1",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.5",
"gulp-watch": "^4.2.4",
"hasha": "^2.0.2",
"ilyabirman-likely": "^2.0.4",
"imports-loader": "^0.6.5",
"json-loader": "^0.5.3",
"lodash.difference": "^4.1.0",
"max-values": "^1.0.0",
"moment": "^2.10.3",
"npm-run-all": "^1.2.6",
"numd": "^2.1.0",
"postcss-import": "^7.1.3",
"postcss-initial": "^1.3.1",
"ramda": "^0.18.0",
"rimraf": "^2.4.3",
"rss": "^1.2.0",
"run-sequence": "^1.1.0",
"tablesort": "^3.0.2",
"through2": "^2.0.0",
"trim-html-tag": "^1.0.5",
"tweet-links": "^1.0.0",
"tweet.md": "^1.5.0",
"tweets-stats": "^1.0.0",
"twitter-mentions": "^2.0.5",
"twitter-profile-media": "^0.1.1",
"twitter-tokens": "^1.0.1",
"typographic-numbers": "^0.2.1",
"unidecode": "^0.1.7",
"webpack": "^1.12.4"
},
"devDependencies": {
"assert": "^1.3.0",
"babel-eslint": "^4.1.3",
"cheerio": "^0.19.0",
"eslint": "^1.7.3",
"eslint-config-airbnb": "^0.1.0",
"eslint-plugin-react": "^3.6.3",
"eslint-plugin-require-path-exists": "^1.0.25",
"mocha": "^2.2.5"
}
}