early/package.json

23 lines
524 B
JSON
Raw Normal View History

2016-05-19 23:25:17 +00:00
{
"name": "early",
2016-05-19 23:25:31 +00:00
"version": "1.0.1",
2016-05-19 23:25:17 +00:00
"description": "nice module loading animation for modules that need a little starting time.",
"main": "dist/index.js",
"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"
}