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.
76 lines
1.7 KiB
76 lines
1.7 KiB
{
|
|
"name": "now",
|
|
"version": "0.9.12",
|
|
"description": "Realtime Deployments for Node.JS apps.",
|
|
"main": "./build/lib/index",
|
|
"files": [
|
|
"build"
|
|
],
|
|
"bin": {
|
|
"now": "./build/bin/now"
|
|
},
|
|
"dependencies": {
|
|
"arr-flatten": "1.0.1",
|
|
"array-unique": "0.2.1",
|
|
"babel-runtime": "6.6.1",
|
|
"bytes": "2.3.0",
|
|
"chalk": "1.1.1",
|
|
"commander": "2.9.0",
|
|
"copy-paste": "1.1.4",
|
|
"fs-promise": "0.4.1",
|
|
"graceful-fs": "4.1.3",
|
|
"minimatch": "3.0.0",
|
|
"ms": "0.7.1",
|
|
"node-fetch": "1.3.3",
|
|
"progress": "1.1.8",
|
|
"resumer": "0.0.0",
|
|
"retry": "0.9.0",
|
|
"spdy": "3.2.3",
|
|
"split-array": "1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"alpha-sort": "1.0.2",
|
|
"ava": "0.12.0",
|
|
"babel-eslint": "5.0.0",
|
|
"babel-plugin-transform-runtime": "6.6.0",
|
|
"babel-plugin-syntax-async-functions": "6.5.0",
|
|
"babel-plugin-transform-async-to-generator": "6.7.0",
|
|
"babel-preset-es2015": "6.3.13",
|
|
"babel-register": "6.6.5",
|
|
"del": "2.2.0",
|
|
"eslint-config-standard": "5.1.0",
|
|
"eslint-plugin-standard": "1.3.2",
|
|
"gulp": "3.9.0",
|
|
"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.3.0",
|
|
"eslint-plugin-promise": "1.1.0",
|
|
"estraverse-fb": "1.3.1"
|
|
},
|
|
"scripts": {
|
|
"gulp": "gulp",
|
|
"test": "ava"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
"es2015"
|
|
],
|
|
"plugins": [
|
|
"transform-runtime",
|
|
"syntax-async-functions",
|
|
"transform-async-to-generator"
|
|
]
|
|
},
|
|
"ava": {
|
|
"failFast": true,
|
|
"files": [
|
|
"test/*.js"
|
|
],
|
|
"require": [
|
|
"babel-register"
|
|
]
|
|
}
|
|
}
|
|
|