bricks-cli
Version:
Command line tool for developing ambitious ember.js apps
85 lines (84 loc) • 2.22 kB
JSON
{
"author": {
"name": "mklabs"
},
"name": "tiny-lr",
"description": "Tiny LiveReload server, background-friendly",
"version": "0.0.8",
"homepage": "https://github.com/mklabs/tiny-lr",
"repository": {
"url": "git://github.com/mklabs/tiny-lr.git"
},
"bin": {
"tiny-lr": "./bin/tiny-lr"
},
"main": "./lib",
"scripts": {
"prepublish:": "npm test",
"test": "mocha --reporter spec test/wd test",
"test-debug": "DEBUG=tinylr:* mocha --reporter list",
"test-debug-all": "DEBUG=* mocha --reporter list",
"pretest": "npm run phantom-start",
"posttest": "npm run phantom-stop",
"phantom-start": "sh scripts/phantom-start",
"phantom-stop": "sh scripts/phantom-stop",
"serve": "node examples/express/server.js",
"post-change": "sh scripts/post-change",
"get-change": "curl http://localhost:35729/changed?files=site.css"
},
"dependencies": {
"qs": "^0.6.6",
"faye-websocket": "^0.7.2",
"noptify": "~0.0.3",
"debug": "^0.8.1",
"body-parser": "^1.2.0",
"parseurl": "^1.0.1"
},
"devDependencies": {
"mocha": "^1.18.2",
"request": "^2.34.0",
"supertest": "^0.12.0",
"express": "^4.1.1",
"connect": "^2.14.5",
"body-parser": "^1.0.2",
"phantomjs": "^1.9.7-5",
"wd": "^0.2.21"
},
"config": {
"test_port": "9001"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mklabs/tiny-lr/blob/master/LICENSE-MIT"
}
],
"bugs": {
"url": "https://github.com/mklabs/tiny-lr/issues"
},
"_id": "tiny-lr@0.0.8",
"dist": {
"shasum": "a5ef5042685137886b03fba8773f64f962f24f27",
"tarball": "http://registry.npmjs.org/tiny-lr/-/tiny-lr-0.0.8.tgz"
},
"_from": "tiny-lr@0.0.8",
"_npmVersion": "1.3.6",
"_npmUser": {
"name": "mklabs",
"email": "daniel.mickael@gmail.com"
},
"maintainers": [
{
"name": "mklabs",
"email": "daniel.mickael@gmail.com"
},
{
"name": "shama",
"email": "kyle@dontkry.com"
}
],
"directories": {},
"_shasum": "a5ef5042685137886b03fba8773f64f962f24f27",
"_resolved": "https://registry.npmjs.org/tiny-lr/-/tiny-lr-0.0.8.tgz",
"readme": "ERROR: No README data found!"
}