forked from h13i32maru/color-logger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 838 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
{
"name": "colorful-logger-node",
"version": "0.1.3",
"description": "Color Logger",
"author": "h13i32maru & lucsh",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lucsh/color-logger"
},
"scripts": {
"build": "bash ./script/build.sh",
"test": "bash ./script/test.sh",
"test-es5": "bash ./script/test-es5.sh"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-plugin-transform-es2015-parameters": "^6.24.1",
"babel-plugin-transform-es2015-spread": "^6.22.0",
"babel-register": "^6.26.0"
},
"keywords": [
"logger",
"log"
],
"files": [
"out/src",
"README.md"
],
"main": "out/src/ColorLogger.js"
}