前端代码
This commit is contained in:
43
node_modules/dev-ip/package.json
generated
vendored
Normal file
43
node_modules/dev-ip/package.json
generated
vendored
Normal file
@ -0,0 +1,43 @@
|
||||
{
|
||||
"name": "dev-ip",
|
||||
"description": "Find a suitable IP host to view local websites on.",
|
||||
"version": "1.0.1",
|
||||
"homepage": "https://github.com/shakyshane/dev-ip",
|
||||
"author": {
|
||||
"name": "Shane Osbourne",
|
||||
"email": "shane.osbourne8@gmail.com"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/shakyshane/dev-ip.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/shakyshane/dev-ip/issues"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/shakyshane/dev-ip/blob/master/LICENSE-MIT"
|
||||
}
|
||||
],
|
||||
"main": "lib/dev-ip",
|
||||
"engines": {
|
||||
"node": ">= 0.8.0"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "jshint lib/*.js test/*.js",
|
||||
"unit": "mocha",
|
||||
"test": "npm run lint && npm run unit"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^1.10.0",
|
||||
"jshint": "^2.5.11",
|
||||
"mocha": "^2.1.0",
|
||||
"sinon": "^1.12.2"
|
||||
},
|
||||
"keywords": [],
|
||||
"bin": {
|
||||
"dev-ip": "lib/dev-ip.js"
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
Reference in New Issue
Block a user