30 lines
654 B
JSON
30 lines
654 B
JSON
{
|
|
"name": "early",
|
|
"version": "1.0.8",
|
|
"description": "nice module loading animation for modules that need a little starting time.",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"test": "(npmts)"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pushrocks/early.git"
|
|
},
|
|
"keywords": [
|
|
"preloader"
|
|
],
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pushrocks/early/issues"
|
|
},
|
|
"homepage": "https://github.com/pushrocks/early#readme",
|
|
"devDependencies": {
|
|
"npmts": "^5.1.9"
|
|
},
|
|
"dependencies": {
|
|
"colors": "^1.1.2"
|
|
}
|
|
}
|