1
0
mirror of https://github.com/moparisthebest/mail synced 2025-03-11 15:09:40 -04:00
mail/package.json

21 lines
442 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": {
2013-05-22 10:16:26 +02:00
"grunt": "~0.4.1",
"grunt-contrib-connect": "~0.3.0",
2013-06-10 17:57:33 +02:00
"crypto-lib": "https://github.com/whiteout-io/crypto-lib/tarball/requirejs"
2013-05-21 15:38:18 +02:00
},
"devDependencies": {
"grunt-contrib-jshint": "~0.5.3",
"grunt-contrib-qunit": "~0.2.1"
2013-04-19 09:36:14 +02:00
}
}