early/package.json

30 lines
654 B
JSON
Raw Normal View History

2016-05-19 23:25:17 +00:00
{
"name": "early",
2016-05-23 03:17:07 +00:00
"version": "2.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",
2016-05-21 23:00:18 +00:00
"typings": "dist/index.d.ts",
2016-05-19 23:25:17 +00:00
"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"
},
2016-05-20 17:06:25 +00:00
"homepage": "https://github.com/pushrocks/early#readme",
"devDependencies": {
2016-05-21 18:33:13 +00:00
"npmts": "^5.1.9"
2016-05-20 17:06:25 +00:00
},
"dependencies": {
2016-05-20 17:44:52 +00:00
"colors": "^1.1.2"
2016-05-20 17:06:25 +00:00
}
2016-05-19 23:25:17 +00:00
}