minor tweaks
This commit is contained in:
parent
d21731ee8d
commit
2bcb22bb38
@ -1,9 +0,0 @@
|
||||
.npmignore
|
||||
.editorconfig
|
||||
.jshintrc
|
||||
.jshintignore
|
||||
.gitattributes
|
||||
.idea
|
||||
.grunt
|
||||
test
|
||||
docs
|
@ -1,7 +1,6 @@
|
||||
sudo: false
|
||||
language: node_js
|
||||
node_js:
|
||||
- "0.8"
|
||||
- "0.10"
|
||||
before_install:
|
||||
- npm install npm@1.4 -g
|
||||
- npm install -g grunt-cli
|
||||
- 'iojs'
|
||||
- '0.12'
|
||||
- '0.10'
|
||||
|
39
package.json
39
package.json
@ -2,18 +2,11 @@
|
||||
"name": "grunt-contrib-jasmine",
|
||||
"description": "Run jasmine specs headlessly through PhantomJS.",
|
||||
"version": "0.8.2",
|
||||
"homepage": "https://github.com/gruntjs/grunt-contrib-jasmine",
|
||||
"author": {
|
||||
"name": "Grunt Team",
|
||||
"url": "http://gruntjs.com/"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/gruntjs/grunt-contrib-jasmine.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/gruntjs/grunt-contrib-jasmine/issues"
|
||||
},
|
||||
"repository": "gruntjs/grunt-contrib-jasmine",
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
@ -21,29 +14,30 @@
|
||||
}
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=0.8.0"
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "grunt test"
|
||||
},
|
||||
"dependencies": {
|
||||
"chalk": "^0.5.1",
|
||||
"es5-shim": "^4.0.1",
|
||||
"grunt-lib-phantomjs": "^0.6.0",
|
||||
"rimraf": "~2.1.4",
|
||||
"chalk": "~0.4.0",
|
||||
"lodash": "~2.4.1",
|
||||
"es5-shim": "~4.0.1",
|
||||
"jasmine-core": ">=2.0.4"
|
||||
"jasmine-core": "^2.0.4",
|
||||
"lodash": "^3.1.0",
|
||||
"rimraf": "^2.1.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt-contrib-internal": "~0.4.5",
|
||||
"grunt-contrib-nodeunit": "~0.2.0",
|
||||
"grunt-contrib-jshint": "~0.10.0",
|
||||
"grunt": "~0.4.5",
|
||||
"grunt-contrib-connect": "~0.4.0",
|
||||
"grunt-contrib-watch": "~0.5.3"
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-cli": "^0.1.13",
|
||||
"grunt-contrib-connect": "^0.9.0",
|
||||
"grunt-contrib-internal": "^0.4.5",
|
||||
"grunt-contrib-jshint": "^0.11.0",
|
||||
"grunt-contrib-nodeunit": "^0.4.1",
|
||||
"grunt-contrib-watch": "^0.6.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"grunt": "~0.4.0"
|
||||
"grunt": ">=0.4.0"
|
||||
},
|
||||
"keywords": [
|
||||
"gruntplugin",
|
||||
@ -52,5 +46,8 @@
|
||||
"phantomjs",
|
||||
"headless",
|
||||
"tests"
|
||||
],
|
||||
"files": [
|
||||
"tasks"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user