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