UNPKG

1.7 kBJSONView Raw
1{
2 "name": "logdown",
3 "version": "1.5.0",
4 "description": "Debug utility with markdown support that runs on browser and server",
5 "main": "dist/index.js",
6 "types": "dist/logdown.d.ts",
7 "directories": {
8 "example": "example"
9 },
10 "scripts": {
11 "test": "npm run build && npm run test:lint && gulp test",
12 "test:server": "gulp mocha",
13 "test:lint": "standard './src/**/*.js' './test/**/*.js'",
14 "test:lint:fix": "standard './src/**/*.js' './test/**/*.js' --fix",
15 "start": "gulp dev",
16 "build": "gulp build",
17 "deploy:example": "gulp deploy:example",
18 "test:travisci": "gulp test:travisci",
19 "preversion": "npm run test",
20 "version": "npm run build && git add ."
21 },
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/caiogondim/logdown"
25 },
26 "keywords": [
27 "log",
28 "markdown",
29 "debug",
30 "console",
31 "info",
32 "error",
33 "logging"
34 ],
35 "author": "Caio Gondim <me@caiogondim.com> (http://caiogondim.com)",
36 "license": "MIT",
37 "bugs": {
38 "url": "https://github.com/caiogondim/logdown/issues"
39 },
40 "homepage": "https://github.com/caiogondim/logdown",
41 "devDependencies": {
42 "browser-sync": "^2.18.2",
43 "chai": "^3.5.0",
44 "gulp": "^3.9.1",
45 "gulp-gh-pages": "^0.5.4",
46 "gulp-header": "^1.8.2",
47 "gulp-mocha": "^2.2.0",
48 "gulp-rename": "^1.2.2",
49 "gulp-uglify": "^1.5.3",
50 "karma": "^0.13.0",
51 "karma-chai": "^0.1.0",
52 "karma-chrome-launcher": "^1.0.0",
53 "karma-cli": "1.0.0",
54 "karma-firefox-launcher": "^1.0.0",
55 "karma-mocha": "^1.0.0",
56 "karma-sinon": "^1.0.5",
57 "mocha": "^2.5.3",
58 "sinon": "^1.17.5",
59 "standard": "^8.0.0"
60 },
61 "dependencies": {}
62}