1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-22 17:02:17 -05:00
mail/package.json
2013-06-10 17:57:33 +02:00

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"
}
}