mail/package.json

21 lines
442 B
JSON
Raw Normal View History

2013-04-19 03:36:14 -04:00
{
2013-04-26 14:33:08 -04:00
"name": "mail-html5",
2013-04-19 03:36:14 -04:00
"version": "0.0.1",
"engines": {
"node": ">=0.8"
},
2013-05-16 10:54:56 -04:00
"scripts": {
2013-05-21 09:38:18 -04:00
"postinstall": "./res/copy-deps.sh",
2013-05-22 04:16:26 -04:00
"test": "grunt test",
"start": "grunt prod"
2013-05-16 10:54:56 -04:00
},
2013-04-19 03:36:14 -04:00
"dependencies": {
2013-05-22 04:16:26 -04:00
"grunt": "~0.4.1",
"grunt-contrib-connect": "~0.3.0",
2013-06-10 11:57:33 -04:00
"crypto-lib": "https://github.com/whiteout-io/crypto-lib/tarball/requirejs"
2013-05-21 09:38:18 -04:00
},
"devDependencies": {
"grunt-contrib-jshint": "~0.5.3",
"grunt-contrib-qunit": "~0.2.1"
2013-04-19 03:36:14 -04:00
}
}