-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 844 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "papertrail-pretty",
"version": "0.0.1",
"description": "Chrome extension to make Papertrail logs more readable",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toksfifo/papertrail-pretty.git"
},
"author": "Toks Fifo",
"license": "ISC",
"bugs": {
"url": "https://github.com/toksfifo/papertrail-pretty/issues"
},
"homepage": "https://github.com/toksfifo/papertrail-pretty#readme",
"devDependencies": {
"babel": "^6.5.2",
"babel-preset-es2015": "^6.6.0",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-minify-css": "^1.2.4",
"gulp-uglify": "^1.5.3"
},
"dependencies": {}
}