1
0
mirror of https://github.com/moparisthebest/mail synced 2024-12-04 06:42:17 -05:00

add phantomjs to dev dep and made version static

This commit is contained in:
Tankred Hase 2013-09-15 19:53:47 +02:00
parent b4bfc7f127
commit 8ab9611cfd

View File

@ -15,13 +15,14 @@
"smtp-client": "git+ssh://git@github.com:whiteout-io/smtp-client.git#master" "smtp-client": "git+ssh://git@github.com:whiteout-io/smtp-client.git#master"
}, },
"devDependencies": { "devDependencies": {
"grunt": "~0.4.1", "grunt": "0.4.1",
"mocha": "~1.13.0", "mocha": "1.13.0",
"chai": "~1.7.2", "phantomjs": "1.9.1-9",
"sinon": "~1.7.3", "chai": "1.7.2",
"grunt-contrib-connect": "~0.5.0", "sinon": "1.7.3",
"grunt-contrib-jshint": "~0.6.4", "grunt-contrib-connect": "0.5.0",
"grunt-contrib-qunit": "~0.2.2", "grunt-contrib-jshint": "0.6.4",
"grunt-mocha": "~0.4.1" "grunt-contrib-qunit": "0.2.2",
"grunt-mocha": "0.4.1"
} }
} }