octo-deno/package.json

67 lines
1.5 KiB
JSON
Raw Normal View History

{
2018-03-19 05:34:18 +00:00
"name": "@mozillasecurity/octo",
2018-04-07 15:14:40 +00:00
"version": "1.0.14",
"description": "",
2018-03-19 06:05:35 +00:00
"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",
2018-04-06 19:57:37 +00:00
"precommit": "npm run test:lint",
2018-08-20 22:34:36 +00:00
"postinstall": "npm run build",
"release": "np"
},
"standard": {
"ignore": [
"tests/**",
2018-03-19 04:54:40 +00:00
"dist/"
],
"envs": {
"browser": true,
"node": true,
"es6": true
}
},
"devDependencies": {
2018-03-21 21:36:13 +00:00
"cross-env": "^5.1.4",
"grunt": "*",
"grunt-karma": "*",
"grunt-karma-coveralls": "*",
"grunt-standard": "*",
"husky": "^0.14.3",
"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",
2018-08-20 22:34:36 +00:00
"np": "^3.0.4",
2018-03-21 21:36:13 +00:00
"qunit": "^2.5.1",
"qunitjs": "^2.4.1",
2018-04-06 20:05:51 +00:00
"standard": "^11.0.1"
2018-03-21 21:36:13 +00:00
},
"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
}
}