early/package.json

35 lines
793 B
JSON
Raw Normal View History

2016-05-19 23:25:17 +00:00
{
"name": "early",
2016-09-19 18:48:23 +00:00
"version": "2.0.34",
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",
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": {
2016-08-20 05:03:49 +00:00
"npmts-g": "^5.2.8",
2016-06-10 03:18:03 +00:00
"typings-test": "^1.0.1"
2016-05-20 17:06:25 +00:00
},
"dependencies": {
2016-08-20 05:03:49 +00:00
"@types/chalk": "^0.4.28",
2016-08-21 15:29:38 +00:00
"@types/q": "0.x.x",
2016-08-20 05:03:49 +00:00
"chalk": "^1.1.3",
2016-06-11 21:47:52 +00:00
"q": "^1.4.1",
2016-08-20 05:03:49 +00:00
"typings-global": "^1.0.6"
2016-05-20 17:06:25 +00:00
}
2016-05-19 23:25:17 +00:00
}