-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1018 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
{
"name": "color-logger",
"version": "0.0.6",
"description": "Colorful Logger",
"author": "h13i32maru",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/h13i32maru/color-logger"
},
"scripts": {
"build": "bash ./script/build.sh",
"test": "bash ./script/test.sh",
"test-es5": "bash ./script/test-es5.sh",
"esdoc": "bash ./script/esdoc.sh"
},
"dependencies": {
},
"devDependencies": {
"esdoc-importpath-plugin": "0.0.1",
"esdoc": "0.4.6",
"mocha": "2.4.5",
"istanbul": "0.4.3",
"coveralls": "2.11.9",
"babel-register": "6.7.2",
"babel-plugin-transform-es2015-modules-commonjs": "6.7.0",
"babel-plugin-transform-es2015-destructuring": "6.6.5",
"babel-plugin-transform-es2015-parameters": "6.7.0",
"babel-plugin-transform-es2015-spread": "6.6.5",
"babel-cli": "6.6.5"
},
"keywords": [
"logger",
"log"
],
"files": [
"out/src",
"README.md"
],
"main": "out/src/ColorLogger.js"
}