66 lines
1.5 KiB
JSON
66 lines
1.5 KiB
JSON
{
|
|
"name": "@mozillasecurity/octo",
|
|
"version": "1.0.14",
|
|
"description": "",
|
|
"keywords": [
|
|
"fuzzing",
|
|
"browser",
|
|
"javascript",
|
|
"node",
|
|
"library"
|
|
],
|
|
"homepage": "https://github.com/mozillasecurity/octo/tree/es6",
|
|
"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",
|
|
"test:lint": "cross-env NODE_ENV=test standard --verbose",
|
|
"test:lint:fix": "cross-env NODE_ENV=test standard --fix --verbose",
|
|
"build": "webpack -p",
|
|
"watch": "webpack --watch",
|
|
"precommit": "npm run test:lint",
|
|
"postinstall": "npm run build",
|
|
"release": "np"
|
|
},
|
|
"standard": {
|
|
"ignore": [
|
|
"tests/**",
|
|
"dist/"
|
|
],
|
|
"envs": {
|
|
"browser": true,
|
|
"node": true,
|
|
"es6": true
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "^5.1.4",
|
|
"grunt": "*",
|
|
"grunt-karma": "*",
|
|
"grunt-karma-coveralls": "*",
|
|
"grunt-standard": "*",
|
|
"husky": "^0.14.3",
|
|
"karma": "*",
|
|
"karma-chrome-launcher": "*",
|
|
"karma-coverage": "*",
|
|
"karma-firefox-launcher": "^1.1.0",
|
|
"karma-qunit": "^2.0.1",
|
|
"np": "^3.0.4",
|
|
"qunit": "^2.5.1",
|
|
"qunitjs": "^2.4.1",
|
|
"standard": "^11.0.1"
|
|
},
|
|
"dependencies": {
|
|
"jsesc": "^2.5.1",
|
|
"webpack": "^4.1.1",
|
|
"webpack-cli": "^2.0.12"
|
|
}
|
|
}
|