pulsar/packages/dev-live-reload/package.json
2018-09-28 10:06:44 -07:00

29 lines
510 B
JSON

{
"name": "dev-live-reload",
"main": "./lib/main",
"version": "0.48.1",
"description": "Live reload atom themes and packages.",
"repository": "https://github.com/atom/atom",
"license": "MIT",
"dependencies": {
"fs-plus": "^3.0.0"
},
"engines": {
"atom": "*"
},
"devDependencies": {
"standard": "^10.0.3"
},
"standard": {
"env": {
"atomtest": true,
"browser": true,
"jasmine": true,
"node": true
},
"globals": [
"atom"
]
}
}