early/package.json
2016-09-19 00:34:50 +02:00

35 lines
793 B
JSON

{
"name": "early",
"version": "2.0.32",
"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://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": {
"npmts-g": "^5.2.8",
"typings-test": "^1.0.1"
},
"dependencies": {
"@types/chalk": "^0.4.28",
"@types/q": "0.x.x",
"chalk": "^1.1.3",
"q": "^1.4.1",
"typings-global": "^1.0.6"
}
}