Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Dec 30, 2017
1 parent 2f44ed3 commit 1f28d10
Showing 1 changed file with 54 additions and 54 deletions.
108 changes: 54 additions & 54 deletions package.json
@@ -1,56 +1,56 @@
{
"name": "gulp-jasmine",
"version": "2.4.2",
"description": "Run Jasmine tests",
"license": "MIT",
"repository": "sindresorhus/gulp-jasmine",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"bdd",
"framework",
"gulpplugin",
"jasmine",
"qunit",
"runner",
"spec",
"tap",
"tdd",
"test",
"testing",
"unit"
],
"dependencies": {
"arrify": "^1.0.0",
"jasmine": "^2.8.0",
"jasmine-terminal-reporter": "^1.0.3",
"plugin-error": "^0.1.2",
"through2": "^2.0.0"
},
"devDependencies": {
"ava": "*",
"gulp": "^3.8.7",
"vinyl": "^2.1.0",
"xo": "*"
},
"xo": {
"envs": [
"jasmine"
]
},
"ava": {
"serial": true
}
"name": "gulp-jasmine",
"version": "3.0.0",
"description": "Run Jasmine tests",
"license": "MIT",
"repository": "sindresorhus/gulp-jasmine",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"bdd",
"framework",
"gulpplugin",
"jasmine",
"qunit",
"runner",
"spec",
"tap",
"tdd",
"test",
"testing",
"unit"
],
"dependencies": {
"arrify": "^1.0.0",
"jasmine": "^2.8.0",
"jasmine-terminal-reporter": "^1.0.3",
"plugin-error": "^0.1.2",
"through2": "^2.0.0"
},
"devDependencies": {
"ava": "*",
"gulp": "^3.8.7",
"vinyl": "^2.1.0",
"xo": "*"
},
"xo": {
"envs": [
"jasmine"
]
},
"ava": {
"serial": true
}
}

0 comments on commit 1f28d10

Please sign in to comment.