2017-04-10 17:49:32 +00:00
|
|
|
{
|
2018-03-19 05:34:18 +00:00
|
|
|
"name": "@mozillasecurity/octo",
|
2018-04-06 19:57:37 +00:00
|
|
|
"version": "1.0.13",
|
2018-01-22 21:30:40 +00:00
|
|
|
"description": "",
|
2018-03-19 06:05:35 +00:00
|
|
|
"keywords": [
|
|
|
|
"fuzzing",
|
|
|
|
"browser",
|
|
|
|
"javascript",
|
|
|
|
"node",
|
|
|
|
"library"
|
|
|
|
],
|
2018-03-19 06:08:40 +00:00
|
|
|
"homepage": "https://github.com/mozillasecurity/octo/tree/es6",
|
2018-01-22 21:30:40 +00:00
|
|
|
"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",
|
2018-01-31 11:23:34 +00:00
|
|
|
"test:lint:fix": "cross-env NODE_ENV=test standard --fix --verbose",
|
2018-03-19 03:23:05 +00:00
|
|
|
"build": "webpack -p",
|
|
|
|
"watch": "webpack --watch",
|
2018-04-06 19:57:37 +00:00
|
|
|
"precommit": "npm run test:lint",
|
|
|
|
"postinstall": "npm run build"
|
2018-01-22 21:30:40 +00:00
|
|
|
},
|
|
|
|
"standard": {
|
|
|
|
"ignore": [
|
2018-01-31 11:23:34 +00:00
|
|
|
"tests/**",
|
2018-03-19 04:54:40 +00:00
|
|
|
"dist/"
|
2018-01-22 21:30:40 +00:00
|
|
|
],
|
2018-03-19 23:03:55 +00:00
|
|
|
"envs": {
|
|
|
|
"browser": true,
|
|
|
|
"node": true,
|
|
|
|
"es6": true
|
|
|
|
}
|
2018-01-22 21:30:40 +00:00
|
|
|
},
|
2017-04-10 17:49:32 +00:00
|
|
|
"devDependencies": {
|
2018-03-21 21:36:13 +00:00
|
|
|
"cross-env": "^5.1.4",
|
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": "*",
|
2018-03-21 21:36:13 +00:00
|
|
|
"karma-firefox-launcher": "^1.1.0",
|
|
|
|
"karma-qunit": "^2.0.1",
|
|
|
|
"qunit": "^2.5.1",
|
|
|
|
"qunitjs": "^2.4.1",
|
|
|
|
"standard": "^11.0.1",
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-04-06 20:02:56 +00:00
|
|
|
"jsesc": "^2.5.1",
|
|
|
|
"webpack": "^4.1.1",
|
|
|
|
"webpack-cli": "^2.0.12"
|
2017-04-25 22:40:45 +00:00
|
|
|
}
|
2017-04-10 17:49:32 +00:00
|
|
|
}
|