-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.11 KB
/
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
39
40
41
42
43
44
45
46
{
"name": "outlog",
"version": "1.2.9",
"description": "Simple logging package for client-based applications with export to server entry point",
"main": "build/outlog.js",
"scripts": {
"dev": "gulp",
"deploy": "gulp deploy",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aclever/outlog.git"
},
"keywords": [
"logging",
"logger",
"tools",
"outlog"
],
"author": "Alex Clever <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/aclever/outlog/issues"
},
"babel": {
"presets": [
"es2015"
]
},
"homepage": "https://github.com/aclever/outlog#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "^14.3.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-sourcemaps": "^2.6.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
}
}