mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-11 05:11:40 +00:00
update
This commit is contained in:
71
node_modules/dev-ip/package.json
generated
vendored
Normal file
71
node_modules/dev-ip/package.json
generated
vendored
Normal file
@ -0,0 +1,71 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"dev-ip@1.0.1",
|
||||
"/Users/tatiana/selfdefined"
|
||||
]
|
||||
],
|
||||
"_from": "dev-ip@1.0.1",
|
||||
"_id": "dev-ip@1.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-p2o+0YVb56ASu4rBbLgPPADcKPA=",
|
||||
"_location": "/dev-ip",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "dev-ip@1.0.1",
|
||||
"name": "dev-ip",
|
||||
"escapedName": "dev-ip",
|
||||
"rawSpec": "1.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/browser-sync"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/dev-ip/-/dev-ip-1.0.1.tgz",
|
||||
"_spec": "1.0.1",
|
||||
"_where": "/Users/tatiana/selfdefined",
|
||||
"author": {
|
||||
"name": "Shane Osbourne",
|
||||
"email": "shane.osbourne8@gmail.com"
|
||||
},
|
||||
"bin": {
|
||||
"dev-ip": "lib/dev-ip.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/shakyshane/dev-ip/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "Find a suitable IP host to view local websites on.",
|
||||
"devDependencies": {
|
||||
"chai": "^1.10.0",
|
||||
"jshint": "^2.5.11",
|
||||
"mocha": "^2.1.0",
|
||||
"sinon": "^1.12.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.8.0"
|
||||
},
|
||||
"homepage": "https://github.com/shakyshane/dev-ip",
|
||||
"keywords": [],
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/shakyshane/dev-ip/blob/master/LICENSE-MIT"
|
||||
}
|
||||
],
|
||||
"main": "lib/dev-ip",
|
||||
"name": "dev-ip",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/shakyshane/dev-ip.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "jshint lib/*.js test/*.js",
|
||||
"test": "npm run lint && npm run unit",
|
||||
"unit": "mocha"
|
||||
},
|
||||
"version": "1.0.1"
|
||||
}
|
Reference in New Issue
Block a user