forked from bincrafters/bincrafters.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 2.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
44
45
46
47
48
49
50
51
52
53
{
"name": "hydejack",
"version": "6.6.1",
"description": "Hydejack is a pretentious two-column [Jekyll](http://jekyllrb.com) theme, stolen by [`@qwtel`](https://twitter.com/qwtel) from [Hyde](http://hyde.getpoole.com). You could say it was.. [hydejacked](http://media3.giphy.com/media/makedRIckZBW8/giphy.gif).",
"scripts": {
"clean": "rm -f assets/js/hydejack.js & rm -f assets/js/hydejack.min.js",
"test": "echo \"Warning: no test specified\" && exit 0",
"build": "cat _includes/header.txt > assets/js/hydejack.js; cross-env NODE_ENV=production browserify _js/src/index.js -g babelify | uglifyjs -c -m >> assets/js/hydejack.js",
"watch": "watchify -d _js/src/index.js -g babelify -o assets/js/hydejack.js",
"lint": "eslint _js/src",
"dev": "npm run watch",
"prepare": "npm run lint && npm run test && npm run clean && npm run build",
"resume": "json2yaml _data/resume.json > _data/resume.yml"
},
"author": "Florian Klampfer <mail@qwtel.com> (https://qwtel.com)",
"license": "MIT",
"private": true,
"devDependencies": {
"babel-eslint": "7.2.3",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-plugin-transform-function-bind": "6.22.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-es2016": "6.24.1",
"babelify": "7.3.0",
"browserify": "14.4.0",
"cross-env": "5.0.1",
"eslint": "3.19.0",
"eslint-config-airbnb": "15.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "5.1.1",
"eslint-plugin-react": "7.1.0",
"json2yaml": "1.1.0",
"uglify-js": "3.0.26",
"watchify": "^3.11.0"
},
"dependencies": {
"color": "2.0.0",
"core-js": "2.4.1",
"elem-dataset": "1.1.1",
"rxjs": "5.4.2",
"web-animations-js": "2.3.1",
"y-drawer": "6.1.1",
"y-push-state": "6.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qwtel/hydejack.git"
},
"bugs": {
"url": "https://github.com/qwtel/hydejack/issues"
},
"homepage": "https://github.com/qwtel/hydejack#readme"
}