1
0
mirror of https://github.com/moparisthebest/mail synced 2025-02-20 04:41:52 -05:00
mail/package.json

23 lines
599 B
JSON
Raw Normal View History

2013-04-19 09:36:14 +02:00
{
2013-04-26 20:33:08 +02:00
"name": "mail-html5",
2013-04-19 09:36:14 +02:00
"version": "0.0.1",
"engines": {
"node": ">=0.8"
},
2013-05-16 16:54:56 +02:00
"scripts": {
2013-05-21 15:38:18 +02:00
"postinstall": "./res/copy-deps.sh",
2013-05-22 10:16:26 +02:00
"test": "grunt test",
"start": "grunt prod"
2013-05-16 16:54:56 +02:00
},
2013-04-19 09:36:14 +02:00
"dependencies": {
"crypto-lib": "https://github.com/whiteout-io/crypto-lib/tarball/master",
"imap-client": "git+ssh://git@github.com:whiteout-io/imap-client.git#master",
"smtp-client": "git+ssh://git@github.com:whiteout-io/smtp-client.git#master"
2013-05-21 15:38:18 +02:00
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-connect": "~0.3.0",
2013-05-21 15:38:18 +02:00
"grunt-contrib-jshint": "~0.5.3",
"grunt-contrib-qunit": "~0.2.1"
2013-04-19 09:36:14 +02:00
}
}