mirror of
https://github.com/moparisthebest/mail
synced 2024-11-10 11:15:01 -05:00
21 lines
439 B
JSON
21 lines
439 B
JSON
{
|
|
"name": "mail-html5",
|
|
"version": "0.0.1",
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "./res/copy-deps.sh",
|
|
"test": "grunt test",
|
|
"start": "grunt prod"
|
|
},
|
|
"dependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-contrib-connect": "~0.3.0",
|
|
"crypto-lib": "https://github.com/whiteout-io/crypto-lib/tarball/master"
|
|
},
|
|
"devDependencies": {
|
|
"grunt-contrib-jshint": "~0.5.3",
|
|
"grunt-contrib-qunit": "~0.2.1"
|
|
}
|
|
} |