early/package.json
2017-03-26 22:02:21 +02:00

33 lines
732 B
JSON

{
"name": "early",
"version": "2.0.37",
"description": "minimal and fast loading plugin for startup time measuring",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/pushrocks/early.git"
},
"keywords": [
"preloader"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/early/issues"
},
"homepage": "https://gitlab.com/pushrocks/early#readme",
"devDependencies": {
"smartdelay": "^1.0.1",
"tapbundle": "^1.0.5"
},
"dependencies": {
"beautycolor": "^1.0.7",
"smartq": "^1.1.1",
"typings-global": "^1.0.14"
}
}