You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

106 lines
2.1 KiB

9 years ago
{
"name": "now",
8 years ago
"version": "0.26.0",
"description": "Realtime global deployments",
"repository": "zeit/now",
9 years ago
"main": "./build/lib/index",
"license": "MIT",
9 years ago
"files": [
"build"
9 years ago
],
"greenkeeper": {
"emails": false,
"ignore": [
"babel-runtime"
]
},
"babel": {
"presets": [
"es2015"
],
"plugins": [
"transform-runtime",
"transform-async-to-generator"
]
},
8 years ago
"xo": {
"esnext": true,
"space": true,
"semicolon": false,
"ignores": [
"build/**",
"out/**",
"test/_fixtures/**"
]
},
9 years ago
"bin": {
"now": "./build/bin/now"
},
"dependencies": {
8 years ago
"ansi-escapes": "1.4.0",
"args": "2.1.0",
8 years ago
"arr-flatten": "1.0.1",
"array-unique": "0.3.2",
"async-retry": "0.2.1",
"babel-runtime": "6.5.0",
"bytes": "2.4.0",
"chalk": "1.1.3",
"copy-paste": "1.3.0",
"cross-spawn": "4.0.2",
"docker-file-parser": "0.1.0",
"email-prompt": "0.1.8",
"email-validator": "1.0.7",
"fs-promise": "0.5.0",
"graceful-fs": "4.1.9",
"ignore": "3.2.0",
8 years ago
"ini": "1.3.4",
"md5": "2.2.1",
8 years ago
"minimatch": "3.0.3",
"minimist": "1.2.0",
"ms": "0.7.1",
"node-fetch": "1.6.3",
"progress": "1.1.8",
"resumer": "0.0.0",
"semver-compare": "1.0.0",
"socket.io-client": "1.4.8",
"spdy": "3.4.4",
8 years ago
"split-array": "1.0.1",
"text-table": "0.2.0",
"tmp": "0.0.29",
"walk": "2.3.9"
9 years ago
},
"devDependencies": {
8 years ago
"alpha-sort": "1.0.2",
"ava": "0.16.0",
"babel-plugin-transform-async-to-generator": "6.16.0",
"babel-plugin-transform-runtime": "6.15.0",
"babel-preset-es2015": "6.16.0",
"babel-register": "6.16.3",
"del": "2.2.2",
"estraverse-fb": "1.3.1",
"gulp": "3.9.1",
"gulp-babel": "6.1.2",
"gulp-task-listing": "1.0.1",
8 years ago
"pkg": "3.0.0-beta.14",
"xo": "0.17.0"
9 years ago
},
"scripts": {
9 years ago
"start": "gulp",
8 years ago
"test": "xo && ava",
"prepublish": "gulp compile",
"pkg": "pkg . --out-dir out"
},
"pkg": {
"scripts": "build/**/*"
9 years ago
},
"ava": {
"failFast": true,
"files": [
"test/*.js"
],
"require": [
"babel-register"
]
}
}