2017-04-10 17:49:32 +00:00
|
|
|
{
|
|
|
|
"name": "octo",
|
2018-01-22 21:30:40 +00:00
|
|
|
"description": "",
|
|
|
|
"keywords": [
|
|
|
|
"fuzzing", "browsers"
|
|
|
|
],
|
|
|
|
"homepage": "https://github.com/mozillasecurity/octo",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/mozillasecurity/octo.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/mozillasecurity/octo/issues",
|
|
|
|
"email": "cdiehl@mozilla.com"
|
|
|
|
},
|
|
|
|
"author": "Christoph Diehl <cdiehl@mozilla.com>",
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test --verbose",
|
2018-01-22 21:32:03 +00:00
|
|
|
"test:lint": "cross-env NODE_ENV=test standard --verbose",
|
|
|
|
"precommit": "npm run test:lint"
|
2018-01-22 21:30:40 +00:00
|
|
|
},
|
|
|
|
"standard": {
|
|
|
|
"ignore": [
|
|
|
|
"tests/**"
|
|
|
|
],
|
|
|
|
"globals": [
|
|
|
|
"random",
|
|
|
|
"make",
|
|
|
|
"utils",
|
|
|
|
"logger",
|
|
|
|
"MersenneTwister",
|
|
|
|
"o",
|
|
|
|
"btoa",
|
|
|
|
"atob"
|
|
|
|
],
|
|
|
|
"envs": [
|
|
|
|
"browser"
|
|
|
|
]
|
|
|
|
},
|
2017-04-10 17:49:32 +00:00
|
|
|
"devDependencies": {
|
2018-01-22 21:30:40 +00:00
|
|
|
"cross-env": "^5.1.3",
|
2017-04-10 17:49:32 +00:00
|
|
|
"grunt": "*",
|
|
|
|
"grunt-karma": "*",
|
|
|
|
"grunt-karma-coveralls": "*",
|
2017-04-26 22:01:48 +00:00
|
|
|
"grunt-standard": "*",
|
2018-01-22 21:30:40 +00:00
|
|
|
"husky": "^0.14.3",
|
2017-04-10 17:49:32 +00:00
|
|
|
"karma": "*",
|
|
|
|
"karma-chrome-launcher": "*",
|
|
|
|
"karma-coverage": "*",
|
|
|
|
"karma-firefox-launcher": "*",
|
|
|
|
"karma-qunit": "*",
|
2017-04-25 22:37:49 +00:00
|
|
|
"qunitjs": "*",
|
|
|
|
"standard": "*"
|
2017-04-25 22:40:45 +00:00
|
|
|
}
|
2017-04-10 17:49:32 +00:00
|
|
|
}
|