-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1014 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
32
33
34
35
36
37
38
{
"name": "front-log",
"version": "1.1.2",
"description": "A light-weight client-side logger, useful for production.",
"main": "dist/front-log.js",
"scripts": {
"build": "./node_modules/.bin/gulp"
},
"bugs": "https://github.com/AZaviruha/front-log/issues",
"keywords": [
"log",
"logger"
],
"author": "Alexei Zaviruha <[email protected]>",
"repository": {
"type": "git",
"url": "[email protected]:AZaviruha/front-log.git"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"babel-plugin-transform-es2015-modules-commonjs": "^6.4.5",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "1.1.0",
"gulp-umd": "^0.2.0",
"jquery": "2.1.3",
"rimraf": "^2.5.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}