octo-deno/package.json

19 lines
371 B
JSON
Raw Normal View History

{
"name": "octo",
"devDependencies": {
"grunt": "*",
"grunt-karma": "*",
"grunt-karma-coveralls": "*",
"karma": "*",
"karma-chrome-launcher": "*",
"karma-coverage": "*",
"karma-firefox-launcher": "*",
"karma-qunit": "*",
2017-04-25 22:37:49 +00:00
"qunitjs": "*",
"standard": "*"
},
"scripts": {
2017-04-25 22:37:49 +00:00
"test": "standard && grunt test --verbose"
2017-04-25 22:30:46 +00:00
},
}