webdriverio-automation
Version:
WebdriverIO-Automation android ios project
81 lines (80 loc) • 2.58 kB
JSON
{
"name": "marky",
"version": "1.2.1",
"description": "Performance timer based on performance.mark() and measure()",
"main": "lib/marky.cjs.js",
"jsnext:main": "lib/marky.es.js",
"module": "lib/marky.es.js",
"scripts": {
"clean": "rimraf lib dist && mkdirp lib dist",
"rollup-cjs": "rollup -c config/rollup.config.cjs.js && rollup -c config/rollup.config.browser.cjs.js",
"rollup-es": "rollup -c config/rollup.config.es.js && rollup -c config/rollup.config.browser.es.js",
"rollup-iife": "rollup -c config/rollup.config.iife.js",
"rollup": "npm-run-all --parallel rollup-cjs rollup-es rollup-iife",
"minify": "uglifyjs -mc < dist/marky.js > dist/marky.min.js",
"prepublish": "npm run build",
"build": "npm-run-all clean rollup minify",
"test": "npm run rollup-cjs && mocha test/test.js",
"test-browser": "npm run rollup-cjs && zuul --no-coverage test/test.js",
"dev": "npm run rollup-cjs && NODE_ENV=development zuul --no-coverage --local 9000 test/test.js",
"lint": "standard"
},
"keywords": [
"mark",
"measure",
"performance",
"user timing",
"timing",
"polyfill",
"stopwatch",
"timer"
],
"author": "Nolan Lawson <nolan@nolanlawson.com>",
"license": "Apache-2.0",
"devDependencies": {
"assert": "^1.4.1",
"babel-preset-es2015": "^6.18.0",
"babelify": "^7.3.0",
"envify": "^4.0.0",
"mkdirp": "^0.5.1",
"mocha": "^3.2.0",
"native-or-lie": "^1.0.2",
"npm-run-all": "^3.1.2",
"rimraf": "^2.5.4",
"rollup": "^0.36.3",
"rollup-plugin-buble": "^0.14.0",
"rollup-plugin-commonjs": "^6.0.1",
"rollup-plugin-inject": "^2.0.0",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-replace": "^1.1.1",
"standard": "^8.6.0",
"uglify-js": "^2.7.4",
"zuul": "^3.11.1",
"zuul-ngrok": "github:nolanlawson/zuul-ngrok#patch-1"
},
"files": [
"lib",
"dist"
],
"browser": {
"./lib/marky.cjs.js": "./lib/marky.browser.cjs.js",
"./lib/marky.es.js": "./lib/marky.browser.es.js"
},
"standard": {
"ignore": [
"lib",
"dist"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/nolanlawson/marky.git"
},
"bugs": {
"url": "https://github.com/nolanlawson/marky/issues"
},
"homepage": "https://github.com/nolanlawson/marky#readme"
,"_resolved": "https://registry.npmjs.org/marky/-/marky-1.2.1.tgz"
,"_integrity": "sha512-md9k+Gxa3qLH6sUKpeC2CNkJK/Ld+bEz5X96nYwloqphQE0CKCVEKco/6jxEZixinqNdz5RFi/KaCyfbMDMAXQ=="
,"_from": "marky@1.2.1"
}