121 lines
3.3 KiB
JSON
121 lines
3.3 KiB
JSON
{
|
|
"name": "browser-sync",
|
|
"description": "Live CSS Reload & Browser Syncing",
|
|
"version": "1.7.2",
|
|
"homepage": "http://www.browsersync.io/",
|
|
"author": {
|
|
"name": "Shane Osbourne"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/shakyshane/browser-sync"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "GPL",
|
|
"url": "https://github.com/shakyshane/browser-sync/blob/master/LICENSE-GPL"
|
|
}
|
|
],
|
|
"main": "index.js",
|
|
"bin": {
|
|
"browser-sync": "bin/browser-sync"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"index.js",
|
|
"lib",
|
|
"LICENSE-GPL"
|
|
],
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
},
|
|
"scripts": {
|
|
"test": "npm run lint && node ./test/env.js && npm run unit",
|
|
"lint": "gulp lint",
|
|
"pro": "node test/protractor/setup.single.js",
|
|
"pro-local": "node test/protractor/setup.js",
|
|
"unit": "mocha --recursive test/specs --reporter spec --timeout 10000",
|
|
"cover": "node ./test/env.js && istanbul cover _mocha --report lcovonly -- -R spec --timeout 10000 --recursive ./test/specs && istanbul-coveralls",
|
|
"_cover": "istanbul cover _mocha --report lcovonly -- -R spec --timeout 10000 --recursive ./test/specs && istanbul-coveralls",
|
|
"pre-release": "npm test && npm run pro-local && npm run pro"
|
|
},
|
|
"dependencies": {
|
|
"browser-sync-client": "^0.5.1",
|
|
"commander": "^2.3.0",
|
|
"connect": "^3.3.3",
|
|
"dev-ip": "^0.1.7",
|
|
"easy-extender": "^2.0.0",
|
|
"eazy-logger": "^2.0.0",
|
|
"emitter-steward": "^0.0.1",
|
|
"foxy": "^6.0.0",
|
|
"glob-watcher": "^0.0.7",
|
|
"localtunnel": "^1.3.0",
|
|
"lodash": "^2.4.1",
|
|
"minimist": "^1.1.0",
|
|
"object-path": "^0.8.0",
|
|
"opn": "^1.0.0",
|
|
"opt-merger": "^1.1.0",
|
|
"portscanner-plus": "^0.1.0",
|
|
"resp-modifier": "^1.0.0",
|
|
"serve-index": "^1.5.1",
|
|
"serve-static": "^1.4.2",
|
|
"socket.io": "^1.2.1",
|
|
"tfunk": "^3.0.0",
|
|
"ua-parser-js": "^0.7.3"
|
|
},
|
|
"devDependencies": {
|
|
"async-each-series": "^0.1.1",
|
|
"chai": "^1.10.0",
|
|
"chalk": "^0.5.1",
|
|
"cli-color": "^0.3.2",
|
|
"conventional-changelog": "^0.0.11",
|
|
"graceful-fs": "^3.0.2",
|
|
"gulp": "^3.8.10",
|
|
"gulp-contribs": "^0.0.2",
|
|
"gulp-filter": "^1.0.0",
|
|
"gulp-jscs": "^1.3.1",
|
|
"gulp-jshint": "^1.9.0",
|
|
"gulp-ruby-sass": "^0.7.1",
|
|
"gulp-yuidoc": "^0.1.2",
|
|
"istanbul": "^0.3.2",
|
|
"istanbul-coveralls": "^1.0.0",
|
|
"mocha": "*",
|
|
"q": "^1.1.2",
|
|
"sinon": "^1.12.1",
|
|
"slugify": "^0.1.0",
|
|
"socket.io-client": "^1.2.1",
|
|
"supertest": "^0.15.0",
|
|
"vinyl": "^0.4.5"
|
|
},
|
|
"keywords": [
|
|
"browser sync",
|
|
"css",
|
|
"live reload",
|
|
"sync"
|
|
],
|
|
"gitHead": "04d847ca723bb5917bd5cce7090cb622cdc794ef",
|
|
"bugs": {
|
|
"url": "https://github.com/shakyshane/browser-sync/issues"
|
|
},
|
|
"_id": "browser-sync@1.7.2",
|
|
"_shasum": "8b4039f51571906c3e11165876944a99a222d888",
|
|
"_from": "browser-sync@*",
|
|
"_npmVersion": "2.0.0",
|
|
"_npmUser": {
|
|
"name": "shakyshane",
|
|
"email": "shakyshane@gmail.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "shakyshane",
|
|
"email": "shane.osbourne8@gmail.com"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "8b4039f51571906c3e11165876944a99a222d888",
|
|
"tarball": "http://registry.npmjs.org/browser-sync/-/browser-sync-1.7.2.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/browser-sync/-/browser-sync-1.7.2.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|