forked from Rhymen/alt-logger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 969 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
39
40
41
42
{
"name": "alt-logger",
"version": "1.0.3",
"description": "Logger for alt",
"main": "lib",
"jsnext:main": "src",
"scripts": {
"build": "npm run clean && npm run transpile",
"clean": "rimraf lib",
"transpile": "babel src --out-dir lib",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rhymen/alt-logger.git"
},
"keywords": [
"alt",
"alt-logger",
"logger",
"middleware",
"flux"
],
"authors": [
"Lucas Engelke (https://github.com/rhymen)",
"Rico Herwig (https://github.com/rherwig)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Rhymen/alt-logger/issues"
},
"homepage": "https://github.com/Rhymen/alt-logger#readme",
"dependencies": {
"flux": "^2.1.1"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-0": "^6.5.0",
"rimraf": "^2.5.4"
}
}