2016-05-19 23:25:17 +00:00
|
|
|
{
|
2018-07-17 21:12:12 +00:00
|
|
|
"name": "@pushrocks/early",
|
2018-07-17 21:23:08 +00:00
|
|
|
"version": "3.0.1",
|
2018-07-17 21:12:12 +00:00
|
|
|
"private": false,
|
2016-09-19 18:50:01 +00:00
|
|
|
"description": "minimal and fast loading plugin for startup time measuring",
|
2016-05-19 23:25:17 +00:00
|
|
|
"main": "dist/index.js",
|
2016-05-21 23:00:18 +00:00
|
|
|
"typings": "dist/index.d.ts",
|
2016-05-19 23:25:17 +00:00
|
|
|
"scripts": {
|
2018-07-17 21:12:12 +00:00
|
|
|
"test": "(tsrun test/test.ts)",
|
|
|
|
"build": "(npmts)"
|
2016-05-19 23:25:17 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-05-30 03:58:56 +00:00
|
|
|
"url": "git+https://gitlab.com/pushrocks/early.git"
|
2016-05-19 23:25:17 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"preloader"
|
|
|
|
],
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2016-05-30 03:58:56 +00:00
|
|
|
"url": "https://gitlab.com/pushrocks/early/issues"
|
2016-05-19 23:25:17 +00:00
|
|
|
},
|
2016-05-30 03:58:56 +00:00
|
|
|
"homepage": "https://gitlab.com/pushrocks/early#readme",
|
2016-05-20 17:06:25 +00:00
|
|
|
"devDependencies": {
|
2018-07-17 21:12:12 +00:00
|
|
|
"@gitzone/tsrun": "^1.1.9",
|
|
|
|
"@pushrocks/smartdelay": "^2.0.1",
|
|
|
|
"@pushrocks/tapbundle": "^3.0.1"
|
2016-05-20 17:06:25 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-07-17 21:12:12 +00:00
|
|
|
"@pushrocks/smartpromise": "^2.0.5",
|
|
|
|
"beautycolor": "^1.0.11"
|
2016-05-20 17:06:25 +00:00
|
|
|
}
|
2016-05-19 23:25:17 +00:00
|
|
|
}
|