ember-cli
Version:
Command line tool for developing ambitious ember.js apps
81 lines (80 loc) • 2.13 kB
JSON
{
"author": {
"name": "mklabs"
},
"name": "tiny-lr",
"description": "Tiny LiveReload server, background-friendly",
"version": "0.1.4",
"homepage": "https://github.com/mklabs/tiny-lr",
"bugs": {
"url": "https://github.com/mklabs/tiny-lr/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/mklabs/tiny-lr.git"
},
"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": {
"body-parser": "~1.8.0",
"debug": "~0.8.1",
"faye-websocket": "~0.7.2",
"parseurl": "~1.3.0",
"qs": "~2.2.3"
},
"devDependencies": {
"body-parser": "^1.0.2",
"connect": "^2.14.5",
"express": "^4.1.1",
"mocha": "^1.18.2",
"phantomjs": "^1.9.7-5",
"request": "^2.34.0",
"supertest": "^0.12.0",
"wd": "^0.2.21"
},
"config": {
"test_port": "9001"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mklabs/tiny-lr/blob/master/LICENSE-MIT"
}
],
"_id": "tiny-lr@0.1.4",
"dist": {
"shasum": "6e41d7e67dfd0878e5e0b37e37a06d67e309ff4d",
"tarball": "http://registry.npmjs.org/tiny-lr/-/tiny-lr-0.1.4.tgz"
},
"_from": "tiny-lr@0.1.4",
"_npmVersion": "1.3.10",
"_npmUser": {
"name": "mklabs",
"email": "daniel.mickael@gmail.com"
},
"maintainers": [
{
"name": "mklabs",
"email": "daniel.mickael@gmail.com"
},
{
"name": "shama",
"email": "kyle@dontkry.com"
}
],
"directories": {},
"_shasum": "6e41d7e67dfd0878e5e0b37e37a06d67e309ff4d",
"_resolved": "https://registry.npmjs.org/tiny-lr/-/tiny-lr-0.1.4.tgz"
}