-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 830 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 830 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": "min-debug",
"version": "1.5.0",
"description": "Debug module for browsers which can Display on page or in Console, for Phone and old IE debugging",
"main": "debug.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "browserify test/*.js | poor -b chrome",
"readme": "pretty-readme > readme.md",
"build": "browserify browser.js -s debug > dist/debug.js"
},
"author": "chunpu",
"license": "ISC",
"devDependencies": {
"browserify": "^8.1.1",
"mocha": "^2.1.0",
"poor": "^1.1.3"
},
"repository": {
"type": "git",
"url": "https://github.com/chunpu/min-debug.git"
},
"keywords": [
"debug",
"browser",
"IE"
],
"bugs": {
"url": "https://github.com/chunpu/min-debug/issues"
},
"homepage": "https://github.com/chunpu/min-debug"
}