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.
84 lines
1.9 KiB
84 lines
1.9 KiB
{
|
|
"name": "now",
|
|
"version": "0.18.1",
|
|
"description": "realtime instant node.js deployment with one command",
|
|
"readme": "",
|
|
"main": "./build/lib/index",
|
|
"files": [
|
|
"build"
|
|
],
|
|
"bin": {
|
|
"now": "./build/bin/now"
|
|
},
|
|
"dependencies": {
|
|
"ansi-escapes": "1.4.0",
|
|
"arr-flatten": "1.0.1",
|
|
"array-unique": "0.2.1",
|
|
"babel-runtime": "6.5.0",
|
|
"bytes": "2.3.0",
|
|
"chalk": "1.1.3",
|
|
"copy-paste": "1.2.0",
|
|
"cross-spawn-async": "2.2.4",
|
|
"fs-promise": "0.5.0",
|
|
"graceful-fs": "4.1.4",
|
|
"minimatch": "3.0.0",
|
|
"minimist": "1.2.0",
|
|
"ms": "0.7.1",
|
|
"node-fetch": "1.5.3",
|
|
"progress": "1.1.8",
|
|
"resumer": "0.0.0",
|
|
"socket.io-client": "1.4.6",
|
|
"split-array": "1.0.1",
|
|
"text-table": "0.2.0",
|
|
"spdy": "3.3.3",
|
|
"email-validator": "1.0.4",
|
|
"email-prompt": "0.1.8",
|
|
"async-retry": "0.2.1",
|
|
"domain-regex": "0.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"alpha-sort": "1.0.2",
|
|
"ava": "0.15.1",
|
|
"babel-eslint": "6.0.4",
|
|
"babel-plugin-transform-runtime": "6.9.0",
|
|
"babel-plugin-syntax-async-functions": "6.8.0",
|
|
"babel-plugin-transform-async-to-generator": "6.8.0",
|
|
"babel-preset-es2015": "6.9.0",
|
|
"babel-register": "6.9.0",
|
|
"del": "2.2.0",
|
|
"eslint-config-standard": "5.3.1",
|
|
"eslint-plugin-standard": "1.3.2",
|
|
"gulp": "3.9.1",
|
|
"gulp-babel": "6.1.2",
|
|
"gulp-eslint": "2.0.0",
|
|
"gulp-ext": "1.0.0",
|
|
"gulp-task-listing": "1.0.1",
|
|
"gulp-uglify": "1.5.3",
|
|
"eslint": "2.12.0",
|
|
"eslint-plugin-promise": "1.3.2",
|
|
"estraverse-fb": "1.3.1"
|
|
},
|
|
"scripts": {
|
|
"test": "ava",
|
|
"prepublish": "gulp compile"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
"es2015"
|
|
],
|
|
"plugins": [
|
|
"transform-runtime",
|
|
"syntax-async-functions",
|
|
"transform-async-to-generator"
|
|
]
|
|
},
|
|
"ava": {
|
|
"failFast": true,
|
|
"files": [
|
|
"test/*.js"
|
|
],
|
|
"require": [
|
|
"babel-register"
|
|
]
|
|
}
|
|
}
|
|
|