mail/package.json

21 lines
442 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/requirejs"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.5.3",
"grunt-contrib-qunit": "~0.2.1"
}
}