-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
40 lines (40 loc) · 1.11 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
{
"name": "doormat",
"version": "5.0.0",
"description": "an alternative way to navigate through your site content",
"devDependencies": {
"autoprefixer": "^7.1.2",
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-stage-2": "^6.24.1",
"browser-sync": "^2.18.13",
"clean-css-cli": "^4.1.6",
"eslint": "^4.3.0",
"eslint-config-prettier": "^2.3.0",
"eslint-plugin-flowtype": "^2.35.0",
"eslint-plugin-prettier": "^2.1.2",
"flow-bin": "^0.52.0",
"gh-pages": "^1.0.0",
"postcss-cli": "^4.1.0",
"prettier": "^1.5.3",
"pug-cli": "^1.0.0-alpha6",
"stylus": "^0.54.5",
"uglify-js": "^3.0.27"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jh3y/doormat.git"
},
"author": "jh3y <jh3y@users.noreply.github.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jh3y/doormat/issues"
},
"homepage": "http://jh3y.github.io/doormat",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {}
}