UNPKG

1.41 kBJSONView Raw
1{
2 "name": "list",
3 "version": "0.9.5",
4 "description": "-",
5 "scripts": {
6 "start": "gulp",
7 "prepublish": "gulp build",
8 "test": "xo"
9 },
10 "files": [
11 "dist",
12 "views"
13 ],
14 "repository": "zeit/list",
15 "bin": {
16 "list": "dist/bin/list"
17 },
18 "xo": {
19 "esnext": true,
20 "space": true,
21 "semicolon": false,
22 "rules": {
23 "babel/no-await-in-loop": 0
24 }
25 },
26 "babel": {
27 "plugins": [
28 "transform-es2015-modules-commonjs",
29 "transform-async-to-generator"
30 ]
31 },
32 "greenkeeper": {
33 "emails": false
34 },
35 "keywords": [
36 "now",
37 "serve",
38 "micro",
39 "http-server"
40 ],
41 "author": "leo",
42 "license": "MIT",
43 "bugs": {
44 "url": "https://github.com/zeit/list/issues"
45 },
46 "homepage": "https://github.com/zeit/list#readme",
47 "devDependencies": {
48 "babel-plugin-transform-async-to-generator": "6.16.0",
49 "babel-plugin-transform-es2015-modules-commonjs": "6.18.0",
50 "gulp": "3.9.1",
51 "gulp-babel": "6.1.2",
52 "gulp-cached": "1.1.0",
53 "gulp-chmod": "2.0.0",
54 "gulp-sass": "3.0.0",
55 "xo": "0.17.1"
56 },
57 "dependencies": {
58 "args": "2.2.0",
59 "basic-auth": "1.1.0",
60 "chalk": "1.1.3",
61 "filesize": "3.3.0",
62 "fs-promise": "1.0.0",
63 "handlebars": "4.0.6",
64 "istextorbinary": "2.1.0",
65 "micro": "6.1.0",
66 "micro-compress": "1.0.0",
67 "mime-types": "^2.1.12",
68 "send": "0.14.1"
69 }
70}