-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 783 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 783 Bytes
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
{
"name": "console-substitute",
"version": "0.1.2",
"title": "console-substitute",
"description": "Polyfill for the String Substitutions by console.",
"keywords": [
"polyfill",
"console",
"string-substitution",
"console.log",
"console.error",
"android",
"log",
"debug",
"browser",
"output"
],
"main": "console-substitute.min.js",
"files": [
"console-substitute.min.js",
"bower.json"
],
"homepage": "https://github.com/anseki/console-substitute/",
"repository": {
"type": "git",
"url": "git://github.com/anseki/console-substitute.git"
},
"bugs": "https://github.com/anseki/console-substitute/issues",
"license": "MIT",
"author": {
"name": "anseki",
"url": "https://github.com/anseki"
}
}