aboutsummaryrefslogtreecommitdiff
path: root/node_modules/ava-init/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/ava-init/package.json')
-rw-r--r--node_modules/ava-init/package.json93
1 files changed, 45 insertions, 48 deletions
diff --git a/node_modules/ava-init/package.json b/node_modules/ava-init/package.json
index 7279dd9b6..5f972aa3b 100644
--- a/node_modules/ava-init/package.json
+++ b/node_modules/ava-init/package.json
@@ -1,50 +1,47 @@
{
- "name": "ava-init",
- "version": "0.2.0",
- "description": "Add AVA to your project",
- "license": "MIT",
- "repository": "avajs/ava-init",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "engines": {
- "node": ">=4"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "files": [
- "index.js"
- ],
- "keywords": [
- "init",
- "initialize",
- "add",
- "create",
- "setup",
- "generate",
- "generator",
- "scaffold",
- "ava",
- "test",
- "runner"
- ],
- "dependencies": {
- "arr-exclude": "^1.0.0",
- "execa": "^0.5.0",
- "has-yarn": "^1.0.0",
- "read-pkg-up": "^2.0.0",
- "write-pkg": "^2.0.0"
- },
- "devDependencies": {
- "ava": "*",
- "dot-prop": "^4.1.0",
- "temp-write": "^2.0.1",
- "xo": "*"
- },
- "xo": {
- "esnext": true
- }
+ "name": "ava-init",
+ "version": "0.2.1",
+ "description": "Add AVA to your project",
+ "license": "MIT",
+ "repository": "avajs/ava-init",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "engines": {
+ "node": ">=4"
+ },
+ "scripts": {
+ "test": "xo && ava"
+ },
+ "files": [
+ "index.js"
+ ],
+ "keywords": [
+ "init",
+ "initialize",
+ "add",
+ "create",
+ "setup",
+ "generate",
+ "generator",
+ "scaffold",
+ "ava",
+ "test",
+ "runner"
+ ],
+ "dependencies": {
+ "arr-exclude": "^1.0.0",
+ "execa": "^0.7.0",
+ "has-yarn": "^1.0.0",
+ "read-pkg-up": "^2.0.0",
+ "write-pkg": "^3.1.0"
+ },
+ "devDependencies": {
+ "ava": "*",
+ "dot-prop": "^4.1.0",
+ "temp-write": "^3.3.0",
+ "xo": "*"
+ }
}